freebsd-ports/devel/poxml/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

17 lines
377 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 qt:5 tar:xz
USE_KDE= doctools ecm
USE_QT= core xml \
buildtools_build qmake_build
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>