30 lines
513 B
Makefile
30 lines
513 B
Makefile
|
# $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>
|