23237ab5da
- do not use PYTHON_SITELIBDIR in dependency entries
32 lines
772 B
Makefile
32 lines
772 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: XIST
|
|
# Date created: Nov 3, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xist
|
|
PORTVERSION= 3.25
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP \
|
|
http://ftp.livinglogic.de/xist/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ll-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An XML-based extensible HTML generator
|
|
|
|
RUN_DEPENDS= ${PYXML} \
|
|
${PYTHON_PKGNAMEPREFIX}ll-core>=1.11.1:${PORTSDIR}/devel/py-ll-core \
|
|
${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \
|
|
${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.7:${PORTSDIR}/www/py-cssutils
|
|
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS= easy_install
|
|
PYEASYINSTALL_ARCHDEP= yes
|
|
USE_BZIP2= yes
|
|
PYDISTUTILS_PKGNAME= ll-xist
|
|
|
|
.include <bsd.port.mk>
|