ports/devel/qt5-help/Makefile
2025-03-05 22:14:25 +03:00

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>