Files
bsdports/text/itstool/Makefile
2019-12-26 07:26:06 +00:00

24 lines
679 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD: head/textproc/itstool/Makefile 462307 2018-02-19 11:10:43Z antoine $
# $MCom: ports/trunk/textproc/itstool/Makefile 19804 2014-08-13 14:55:11Z kwm $
PORTNAME= itstool
PORTVERSION= 2.0.2
CATEGORIES= textproc
MASTER_SITES= http://files.itstool.org/itstool/
MAINTAINER= kwm@FreeBSD.org
COMMENT= Make XML documents translatable through po files
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:text/libxml2
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:text/libxml2
USES= python:2.7,run tar:bzip2
GNU_CONFIGURE= yes
post-patch:
${REINPLACE_CMD} -e 's|@PYTHON@|${PYTHON_CMD}|g' ${WRKSRC}/itstool.in
.include <bsd.port.mk>