aboutsummaryrefslogtreecommitdiff
path: root/devel/qt5-location/Makefile
blob: f4f5ccf5bd224f41804fd8e810bd8a7ecb6affb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	location
PORTVERSION=	${QT5_VERSION}${QT5_KDE_PATCH}
CATEGORIES=	devel
PKGNAMEPREFIX=	qt5-

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Qt location module

USES=		compiler:c++11-lang perl5 qmake:norecursive qt-dist:5,location
USE_PERL5=	build
USE_QT=		concurrent core dbus declarative gui network serialport \
		buildtools:build

.include <bsd.port.mk>