blob: 6f7544aaad4f151bf9788a5722c25e93bb13779e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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>
|