2013-09-20 22:50:57 +02:00
|
|
|
# Created by: ijliao
|
2004-06-10 03:46:52 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pylize
|
2006-02-22 21:10:36 +01:00
|
|
|
PORTVERSION= 1.3.b
|
2018-02-19 14:18:57 +01:00
|
|
|
PORTREVISION= 5
|
2006-02-22 21:10:36 +01:00
|
|
|
CATEGORIES= misc textproc
|
|
|
|
MASTER_SITES= http://www.chrisarndt.de/en/software/pylize/download/ \
|
2006-03-15 19:21:26 +01:00
|
|
|
http://dryice.name/computer/FreeBSD/distfiles/
|
2005-07-13 11:47:04 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
2004-06-10 03:46:52 +02:00
|
|
|
|
2006-02-22 21:10:36 +01:00
|
|
|
MAINTAINER= dryice@dryice.name
|
2014-06-22 00:08:42 +02:00
|
|
|
COMMENT= Presentation generation tool
|
2004-06-10 03:46:52 +02:00
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/HTMLgen.py:www/py-HTMLgen@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
|
|
|
|
${PYTHON_SITELIBDIR}/em.py:textproc/py-empy@${PY_FLAVOR}
|
2014-10-05 02:16:00 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2004-06-10 03:46:52 +02:00
|
|
|
|
2018-02-19 14:18:57 +01:00
|
|
|
USES= python:2.7 tar:bzip2
|
2014-10-05 02:16:00 +02:00
|
|
|
USE_PYTHON= autoplist distutils
|
2004-06-10 03:46:52 +02:00
|
|
|
|
2014-06-22 00:08:42 +02:00
|
|
|
do-configure:
|
|
|
|
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} configure.py)
|
2004-06-10 03:46:52 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|