aboutsummaryrefslogtreecommitdiff
path: root/devel/qt5-remoteobjects/Makefile
blob: 474cf7d97554c849cf37df7577dc5e1ac97dbbe6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=	remoteobjects
DISTVERSION=	${QT5_VERSION}
CATEGORIES=	devel
PKGNAMEPREFIX=	qt5-

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Qt5 SXCML module

USES=		compiler:c++11-lang gl qmake qt-dist:5
USE_GL=		gl
USE_QT=		core declarative network \
		buildtools_build
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}

.include <bsd.port.mk>