mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
18 lines
416 B
Makefile
18 lines
416 B
Makefile
PORTNAME= help
|
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt online help integration module
|
|
|
|
USES= compiler:c++11-lang perl5 qmake qt-dist:5,tools
|
|
USE_PERL5= build
|
|
USE_QT= core gui network sql widgets \
|
|
buildtools:build sql-sqlite3:run
|
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
|
|
|
QT_BINARIES= yes
|
|
|
|
.include <bsd.port.mk>
|