freebsd-ports/www/xist/Makefile

34 lines
816 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: XIST
# Date created: Nov 3, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xist
PORTVERSION= 2.10
CATEGORIES= www python
MASTER_SITES= ftp://ftp.livinglogic.de/pub/livinglogic/xist/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ll-${PORTNAME}-${PORTVERSION}
MAINTAINER= yinjieh@csie.nctu.edu.tw
2003-02-20 20:21:36 +01:00
COMMENT= An XML-based extensible HTML generator
RUN_DEPENDS= ${PYXML} \
${PYTHON_SITELIBDIR}/ll/url.py:${PORTSDIR}/devel/py-ll-url \
${PYTHON_SITELIBDIR}/ll/_ansistyle.so:${PORTSDIR}/devel/py-ansistyle \
${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
USE_PYTHON= 2.4+
2002-04-29 21:21:15 +02:00
USE_PYDISTUTILS= yes
USE_BZIP2= yes
post-install:
.for file in doc2txt dtd2xsc tld2xsc
@${MV} ${PREFIX}/bin/${file}.py ${PREFIX}/bin/${file}
.endfor
.include <bsd.port.mk>