summaryrefslogtreecommitdiffstats
path: root/textproc/itstool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/itstool/Makefile')
-rw-r--r--textproc/itstool/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/textproc/itstool/Makefile b/textproc/itstool/Makefile
deleted file mode 100644
index df01e7a37..000000000
--- a/textproc/itstool/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Koop Mast <kwm@FreeBSD.org>
-# $FreeBSD$
-# $MCom$
-
-PORTNAME= itstool
-PORTVERSION= 2.0.2
-PORTREVISION= 1
-CATEGORIES= textproc
-MASTER_SITES= http://files.itstool.org/itstool/
-
-MAINTAINER= kwm@FreeBSD.org
-COMMENT= Make XML documents translatable through po files
-
-LICENSE= GPLv3
-
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
-
-USES= python:2 tar:bzip2
-GNU_CONFIGURE= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|@PYTHON@|${PYTHON_CMD}|g' \
- ${WRKSRC}/itstool.in
-
-.include <bsd.port.mk>