blob: 2c7fe2a9b1d8256fec89b1265f937a15b5687e0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= location
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt location module
USES= compiler:c++11-lang qmake:norecursive qt-dist:5,location
USE_QT= concurrent core dbus declarative gui network serialport \
buildtools_build
.include <bsd.port.mk>
|