mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
Alberto Villa (avilla@) has done all the hard work to create Qt 5 ports. Trivial update from 5.2.0-beta1 to 5.2.1 by me. Special thanks for Adriaan de Groot <groot@kde.org> for his assistance for Qt-5.2.0 update. Approved by: portmgr (bapt) (for Mk/bsd.port.mk)
16 lines
331 B
Makefile
16 lines
331 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
|
|
|
|
USE_QT5= core network buildtools_build
|
|
QT_DIST= ${PORTNAME}
|
|
USES= qmake
|
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
|
|
|
.include <bsd.port.mk>
|