blob: 77429ee19904a78271ecc3b28cb159be1e3d21a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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 compiler:c++11-lang gettext-tools:build,run kde:6 qt:6 \
tar:xz
USE_KDE= doctools \
ecm:build
USE_QT= base
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|