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