freebsd-ports/www/xist/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

34 lines
781 B
Makefile

# ex:ts=8
# New ports collection makefile for: XIST
# Date created: Nov 3, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xist
PORTVERSION= 2.15.2
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://ftp.livinglogic.de/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
PYDISTUTILS_PKGNAME= ll-xist
post-install:
.for file in doc2txt dtd2xsc tld2xsc
@${MV} ${PREFIX}/bin/${file}.py ${PREFIX}/bin/${file}
.endfor
.include <bsd.port.mk>