2001-11-03 17:33:10 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: XIST
|
|
|
|
# Date created: Nov 3, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xist
|
2010-04-06 06:21:38 +00:00
|
|
|
PORTVERSION= 3.7.4
|
2001-11-03 17:33:10 +00:00
|
|
|
CATEGORIES= www python
|
2009-03-21 01:25:24 +00:00
|
|
|
MASTER_SITES= CHEESESHOP \
|
|
|
|
http://ftp.livinglogic.de/xist/
|
2005-09-15 23:51:55 +00:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2003-10-21 13:44:39 +00:00
|
|
|
DISTNAME= ll-${PORTNAME}-${PORTVERSION}
|
2001-11-03 17:33:10 +00:00
|
|
|
|
2009-10-03 10:18:26 +00:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2003-02-20 19:21:36 +00:00
|
|
|
COMMENT= An XML-based extensible HTML generator
|
2001-11-03 17:33:10 +00:00
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYXML} \
|
2008-12-25 20:00:17 +00:00
|
|
|
${PYTHON_PKGNAMEPREFIX}ll-core>=1.11.1:${PORTSDIR}/devel/py-ll-core \
|
|
|
|
${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.5:${PORTSDIR}/www/py-cssutils
|
2001-11-03 17:33:10 +00:00
|
|
|
|
2008-12-25 20:00:17 +00:00
|
|
|
USE_PYTHON= 2.4+
|
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PYEASYINSTALL_ARCHDEP= yes
|
|
|
|
USE_BZIP2= yes
|
2007-07-30 09:42:28 +00:00
|
|
|
PYDISTUTILS_PKGNAME= ll-xist
|
2001-11-03 17:33:10 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|