1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/poxml/Makefile
Tobias C. Berner f797a14ff8 New ports: KDE Applications devel/
* devel/cervisia
* devel/kapptemplate
* devel/kcachegrind
* devel/kde-dev-scripts
* devel/kde-dev-utils
* devel/kdesdk-thumbnailers
* devel/kio-extras
* devel/lokalize
* devel/okteta
* devel/poxml
* devel/umbrello

This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.
2018-04-09 19:19:41 +00:00

16 lines
350 B
Makefile

# $FreeBSD$
PORTNAME= poxml
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= devel kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Tools to translate Docbook XML using gettext
USES= cmake:outsource gettext-tools:build,run kde:5 tar:xz
USE_KDE= doctools ecm
USE_QT5= core xml \
buildtools_build qmake_build
.include <bsd.port.mk>