blob: b1c5f0c525ca6e5c3965ea2c90029ca0020652f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= help
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt online help integration module
USES= compiler:c++11-lang qmake qt-dist:5,tools
USE_QT= core gui network sql widgets \
buildtools_build sql-sqlite3_run
QT_BINARIES= yes
.include <bsd.port.mk>
|