mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
63ff0b60db
The kde@ team presents KDE SC 4.14.3, the last planed release of the KDE SC 4 series. In addition to the updates provided by the KDE SC developers, this update also addresses numerous FreeBSD and PORTS specific issues, found and solved by the kde@ team and area51 testers, most notorously Tobias C. Berner <tcberner@gmail.com> PR: 197751 PR: 197871 PR: 184996 Reviewed by: rakuco (mentor) Differential: https://reviews.freebsd.org/D1950
20 lines
498 B
Makefile
20 lines
498 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= poxml
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Tools to translate Docbook XML using gettext
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libantlr.a:${PORTSDIR}/devel/antlr
|
|
|
|
USE_KDE4= kdelibs kdeprefix automoc4
|
|
USES= cmake:outsource gettext-tools:build,run tar:xz
|
|
USE_QT4= moc_build qmake_build rcc_build uic_build \
|
|
corelib xml
|
|
|
|
.include <bsd.port.mk>
|