blob: 340bb5b98237e84f88ab74f40293576ae4774a5e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= remoteobjects
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt5 Remote Objects module
USES= compiler:c++11-lang gl perl5 qmake qt-dist:5
USE_GL= gl
USE_PERL5= build
USE_QT= core declarative network \
buildtools:build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
QT_BINARIES= yes
.include <bsd.port.mk>
|