2009-01-10 00:57:07 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-06-17 21:19:53 +02:00
|
|
|
PORTNAME= wikitopdf
|
2009-01-10 00:57:07 +01:00
|
|
|
PORTVERSION= 2.2.2
|
2014-06-17 21:19:53 +02:00
|
|
|
PORTREVISION= 6
|
2009-01-10 00:57:07 +01:00
|
|
|
CATEGORIES= www devel python
|
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= brooks
|
|
|
|
PKGNAMEPREFIX= trac-
|
|
|
|
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
|
|
|
|
|
2013-02-28 18:06:36 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2009-01-10 00:57:07 +01:00
|
|
|
COMMENT= Plugin to generate PDF documents from the Wiki
|
|
|
|
|
|
|
|
RUN_DEPENDS+= htmldoc:${PORTSDIR}/textproc/htmldoc \
|
|
|
|
tracd:${PORTSDIR}/www/trac
|
|
|
|
|
2014-06-17 21:19:53 +02:00
|
|
|
USE_PYTHON= 2
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2012-10-30 20:38:15 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
|
2009-01-10 00:57:07 +01:00
|
|
|
|
2014-06-17 21:19:53 +02:00
|
|
|
.include "${.CURDIR}/../../www/trac/plugin.mk"
|
2009-01-10 00:57:07 +01:00
|
|
|
.include <bsd.port.mk>
|