2006-12-30 21:44:54 +00:00
|
|
|
# New ports collection makefile for: trac-ctxtnavadd
|
|
|
|
# Date created: December 28 2006
|
|
|
|
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ctxtnavaddplugin
|
2009-01-19 22:57:11 +00:00
|
|
|
PORTVERSION= 2.0
|
2010-05-18 04:08:05 +00:00
|
|
|
PORTREVISION= 2
|
2006-12-30 21:44:54 +00:00
|
|
|
CATEGORIES= www devel python
|
2007-05-27 15:34:37 +00:00
|
|
|
MASTER_SITES= http://www.gerritbeine.de/download/trac/
|
2006-12-30 21:44:54 +00:00
|
|
|
PKGNAMEPREFIX= trac-
|
|
|
|
|
2009-05-06 22:15:18 +00:00
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
2006-12-30 21:44:54 +00:00
|
|
|
COMMENT= Add links to the ctxtnav bar from other plugins
|
|
|
|
|
|
|
|
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
|
2007-05-27 15:34:37 +00:00
|
|
|
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
|
2006-12-30 21:44:54 +00:00
|
|
|
|
2007-05-27 15:34:37 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
NO_BUILD= yes
|
2009-12-13 16:28:06 +00:00
|
|
|
USE_PYTHON= 2.5+
|
2006-12-30 21:44:54 +00:00
|
|
|
USE_PYDISTUTILS=yes
|
|
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION:S/.r/_r/} PYTHONVERSION=${_PYTHON_VERSION}
|
2007-07-30 09:42:28 +00:00
|
|
|
PYDISTUTILS_NOEGGINFO= yes
|
2006-12-30 21:44:54 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|