1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/www/xist/Makefile
Sam Lawrance 8634bf7a93 Update to 2.12.
PR:		ports/88261
Submitted by:	Cheng-Dae Choe <whitekid@gmail.com>
Approved by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
2005-12-01 15:48:09 +00:00

33 lines
749 B
Makefile

# ex:ts=8
# New ports collection makefile for: XIST
# Date created: Nov 3, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xist
PORTVERSION= 2.13
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
COMMENT= An XML-based extensible HTML generator
RUN_DEPENDS= ${PYXML} \
${PYTHON_SITELIBDIR}/ll/__init__.py:${PORTSDIR}/devel/py-ll-core \
${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging
USE_PYTHON= 2.4+
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>