summaryrefslogtreecommitdiff
path: root/devel/qt5-scripttools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/qt5-scripttools/Makefile')
-rw-r--r--devel/qt5-scripttools/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/qt5-scripttools/Makefile b/devel/qt5-scripttools/Makefile
new file mode 100644
index 000000000000..5d5a3f96aa2a
--- /dev/null
+++ b/devel/qt5-scripttools/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= scripttools
+DISTVERSION= ${QT5_VERSION}
+CATEGORIES= devel
+PKGNAMEPREFIX= qt5-
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Qt Script additional components
+
+USE_QT5= core gui script widgets buildtools_build
+QT_DIST= script
+USES= qmake
+USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
+
+WRKSRC_SUBDIR= src/${PORTNAME}
+
+.include <bsd.port.mk>