15 lines
377 B
Makefile
15 lines
377 B
Makefile
COMMENT = convert PO files to XML
|
|
DISTNAME = poxml-${VERSION}
|
|
CATEGORIES = x11 devel
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Xml c gettextpo m
|
|
|
|
# redundant but required to work around msgfmt poisoning in bsd.port.mk
|
|
BUILD_DEPENDS = devel/gettext,-tools \
|
|
devel/kf5/kdoctools
|
|
|
|
LIB_DEPENDS = devel/gettext,-tools
|
|
|
|
CONFIGURE_ARGS = -DBUILD_TESTING=OFF
|
|
|
|
.include <bsd.port.mk>
|