diff options
Diffstat (limited to 'textproc/qt5-xmlpatterns/Makefile')
-rw-r--r-- | textproc/qt5-xmlpatterns/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/qt5-xmlpatterns/Makefile b/textproc/qt5-xmlpatterns/Makefile new file mode 100644 index 000000000000..b7e38388f15d --- /dev/null +++ b/textproc/qt5-xmlpatterns/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= xmlpatterns +DISTVERSION= ${QT5_VERSION} +CATEGORIES= textproc +PKGNAMEPREFIX= qt5- + +MAINTAINER= kde@FreeBSD.org +COMMENT= Qt support for XPath, XQuery, XSLT and XML Schema + +USE_QT5= core network buildtools_build +QT_DIST= ${PORTNAME} +USES= qmake +USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} + +.include <bsd.port.mk> |