2009-01-10 00:55:14 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-06-18 19:50:13 +02:00
|
|
|
PORTNAME= pydotorgtheme
|
2009-01-10 00:55:14 +01:00
|
|
|
PORTVERSION= 2.0
|
2014-06-18 19:50:13 +02:00
|
|
|
PORTREVISION= 4
|
2009-01-10 00:55:14 +01:00
|
|
|
CATEGORIES= www devel python
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= LOCAL/brooks
|
2009-01-10 00:55:14 +01:00
|
|
|
PKGNAMEPREFIX= trac-
|
|
|
|
|
2013-02-28 18:06:36 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-10-30 20:40:47 +01:00
|
|
|
COMMENT= Theme that emulates the look of python.org
|
2009-01-10 00:55:14 +01:00
|
|
|
|
|
|
|
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \
|
|
|
|
trac-themeengine>=2.0:${PORTSDIR}/www/trac-themeengine
|
|
|
|
|
2015-01-03 09:41:20 +01:00
|
|
|
USES= python:2
|
|
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2009-01-10 00:55:14 +01:00
|
|
|
|
2014-06-18 19:50:13 +02:00
|
|
|
.include "${.CURDIR}/../../www/trac/plugin.mk"
|
2009-01-10 00:55:14 +01:00
|
|
|
.include <bsd.port.mk>
|