freebsd-ports/www/xist/Makefile

32 lines
768 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
2011-08-23 02:23:58 +02:00
PORTVERSION= 3.25
CATEGORIES= www python
MASTER_SITES= CHEESESHOP \
http://ftp.livinglogic.de/xist/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ll-${PORTNAME}-${PORTVERSION}
2010-05-24 05:26:07 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:21:36 +01:00
COMMENT= An XML-based extensible HTML generator
RUN_DEPENDS= ${PYXML} \
${PYTHON_PKGNAMEPREFIX}ll-core>=1.11.1:${PORTSDIR}/devel/py-ll-core \
${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging \
2011-03-11 03:57:39 +01:00
${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.7:${PORTSDIR}/www/py-cssutils
2010-10-19 04:40:11 +02:00
USE_PYTHON= 2.6+
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
USE_BZIP2= yes
PYDISTUTILS_PKGNAME= ll-xist
.include <bsd.port.mk>