2007-05-27 21:41:38 +02:00
|
|
|
# New ports collection makefile for: trac-wikitemplates
|
|
|
|
# Date created: May 18 2007
|
|
|
|
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wikitemplates
|
|
|
|
PORTVERSION= 0.3.0p3
|
2010-05-18 06:08:05 +02:00
|
|
|
PORTREVISION= 4
|
2007-05-27 21:41:38 +02:00
|
|
|
CATEGORIES= www devel python
|
2009-08-08 00:03:50 +02:00
|
|
|
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
|
|
|
|
LOCAL/glarkin
|
2007-05-27 21:41:38 +02:00
|
|
|
PKGNAMEPREFIX= trac-
|
|
|
|
DISTNAME= ${PORTNAME}plugin-${PORTVERSION:S/p/rc/}
|
|
|
|
|
2009-05-07 00:15:18 +02:00
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
2007-05-27 21:41:38 +02:00
|
|
|
COMMENT= Templates for the Trac wiki
|
|
|
|
|
2012-08-09 08:58:03 +02:00
|
|
|
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
|
2013-08-30 18:49:43 +02:00
|
|
|
# ${PYTHON_SITELIBDIR}/TracCtxtnavAdd-2.0-py${PYTHON_VER}.egg:${PORTSDIR}/www/trac-ctxtnavadd
|
2009-02-10 20:10:19 +01:00
|
|
|
|
2007-05-27 21:41:38 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
|
2009-12-13 17:28:06 +01:00
|
|
|
USE_PYTHON= yes
|
2007-07-31 15:50:55 +02:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PYDISTUTILS_PKGNAME= TracWikiTemplates
|
|
|
|
PYDISTUTILS_PKGVERSION= ${PORTVERSION:S/p/rc/}
|
2007-05-27 21:41:38 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|