naddy 91e38b82ed Split gettext into a small runtime component and a separate large
set of development tools as recommended by upstream.

Ports will continue to depend on devel/gettext for libintl.  The
gettext module also provides an automatic build dependency on
devel/gettext-tools for msgfmt etc.

A few ports that require a library provided by gettext-tools get a
corresponding dependency.

Also update gettext to 0.19.5.1.

COMMENT and DESCR from FreeBSD.  Bulk build testing by sthen@.

ok sthen@
2015-07-19 23:46:08 +00:00

19 lines
396 B
Makefile

# $OpenBSD: Makefile,v 1.8 2015/07/19 23:46:08 naddy Exp $
COMMENT = convert PO files to XML
DISTNAME = poxml-${MODKDE4_VERSION}
REVISION = 1
CATEGORIES = devel
HOMEPAGE = http://projects.kde.org/projects/kde/kdesdk/poxml
WANTLIB = c m pthread
WANTLIB += lib/qt4/QtXml
WANTLIB += gettextpo
MODULES = devel/gettext
MODKDE4_USE = libs
LIB_DEPENDS = devel/gettext-tools
.include <bsd.port.mk>