15 lines
279 B
Makefile
15 lines
279 B
Makefile
PORTNAME= qtpaths
|
|
DISTVERSION= ${QT5_VERSION}
|
|
CATEGORIES= sysutils
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Command line client to QStandardPaths
|
|
|
|
USES= compiler:c++11-lang qmake:outsource qt-dist:5,tools
|
|
USE_QT= core
|
|
|
|
QT_BINARIES= yes
|
|
|
|
.include <bsd.port.mk>
|