# Created by: ijliao # $FreeBSD: head/www/xist/Makefile 370308 2014-10-07 12:02:44Z wg $ PORTNAME= xist PORTVERSION= 3.25 PORTREVISION= 4 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ http://ftp.livinglogic.de/xist/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ll-${PORTNAME}-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= XML-based extensible HTML generator LICENSE= MIT RUN_DEPENDS= ${PYXML} \ ${PYTHON_PKGNAMEPREFIX}ll-core>=1.11.1:${PORTSDIR}/devel/py-ll-core \ ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.7:${PORTSDIR}/www/py-cssutils USES= python:2 tar:bzip2 USE_PYTHON= autoplist distutils post-patch: .for conflictswithllcore in __init__ scripts/__init__ ansistyle astyle color \ daemon make misc scripts/ucp sisyphus url xml_codec ${RM} ${WRKSRC}/src/ll/${conflictswithllcore}.py .endfor .include