openbsd-ports/textproc/itstool/Makefile
ajacoutot aae0b87922 Import itstool-1.1.0.
ITS Tool allows you to translate your XML documents with PO files, using
rules from the W3C Internationalization Tag Set (ITS) to determine what
to translate and how to separate it into PO file messages.

ok jasper@
2011-09-20 12:56:20 +00:00

30 lines
513 B
Makefile
Executable File

# $OpenBSD: Makefile,v 1.1.1.1 2011/09/20 12:56:20 ajacoutot Exp $
COMMENT= translate XML documents with PO files
DISTNAME= itstool-1.1.0
EXTRACT_SUFX= .tar.bz2
CATEGORIES= textproc
HOMEPAGE= http://itstool.org/
# GPLv3+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://files.itstool.org/itstool/
MODULES= lang/python
MODPY_ADJ_FILES=itstool.in
RUN_DEPENDS= textproc/libxml,-python
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>