summaryrefslogtreecommitdiff
path: root/www/xist/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-03 17:33:10 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-03 17:33:10 +0000
commitbaced5156461b701ac0929773cd61f371247f193 (patch)
tree4fcc0ddd54535c5142796c1b0042d038477acdb9 /www/xist/Makefile
parentadd py-mx-experimental (diff)
add xist
An XML-based extensible HTML generator
Notes
Notes: svn path=/head/; revision=49531
Diffstat (limited to '')
-rw-r--r--www/xist/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/www/xist/Makefile b/www/xist/Makefile
new file mode 100644
index 000000000000..e7c7ce08fa7f
--- /dev/null
+++ b/www/xist/Makefile
@@ -0,0 +1,36 @@
+# ex:ts=8
+# New ports collection makefile for: XIST
+# Date created: Nov 3, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= xist
+PORTVERSION= 1.2.1
+CATEGORIES= www python
+MASTER_SITES= ftp://ftp.livinglogic.de/pub/livinglogic/xist/
+DISTNAME= XIST-${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+
+RUN_DEPENDS= ${PYXML} \
+ ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging \
+ ${PYTHON_SITELIBDIR}/mx/Tidy/mxTidy/mxTidy.so:${PORTSDIR}/devel/py-mx-experimental
+
+USE_PYTHON= yes
+
+SETUP_CMD= cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py
+
+do-build:
+ @${SETUP_CMD} build
+
+do-install:
+ @${SETUP_CMD} install
+
+post-install:
+.for file in doc2txt dtd2xsc xscmake
+ @${MV} ${PREFIX}/bin/${file}.py ${PREFIX}/bin/${file}
+.endfor
+
+.include <bsd.port.mk>