30 lines
509 B
Makefile
Executable File
30 lines
509 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.2 2012/03/22 09:35:27 ajacoutot Exp $
|
|
|
|
COMMENT= translate XML documents with PO files
|
|
|
|
DISTNAME= itstool-1.1.2
|
|
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>
|