freebsd-ports/textproc/qt5-xmlpatterns/Makefile
2016-04-21 16:43:14 +00:00

18 lines
365 B
Makefile

# $FreeBSD$
PORTNAME= xmlpatterns
DISTVERSION= ${QT5_VERSION}
CATEGORIES= textproc
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt support for XPath, XQuery, XSLT and XML Schema
BROKEN_powerpc64= Does not build
USE_QT5= core network buildtools_build
QT_DIST= ${PORTNAME}
USES= qmake
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>