opnsense-ports/textproc/qt5-xmlpatterns/Makefile
Franco Fichtner 6281a7f53c */*: sync with upstream
Taken from: FreeBSD
2016-04-22 08:38:33 +02: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>