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