summaryrefslogtreecommitdiff
path: root/devel/qt5-concurrent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/qt5-concurrent/Makefile')
-rw-r--r--devel/qt5-concurrent/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/qt5-concurrent/Makefile b/devel/qt5-concurrent/Makefile
new file mode 100644
index 000000000000..fc5f9fc4e925
--- /dev/null
+++ b/devel/qt5-concurrent/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= concurrent
+DISTVERSION= ${QT5_VERSION}
+CATEGORIES= devel
+PKGNAMEPREFIX= qt5-
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Qt multi-threading module
+
+USE_QT5= core qmake_build buildtools_build
+QT_DIST= base
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= -no-gui -no-xcb
+USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
+
+BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
+INSTALL_WRKSRC= ${BUILD_WRKSRC}
+
+QT_DEFINES= CONCURRENT
+QT_CONFIG= concurrent
+
+.include <bsd.port.mk>