freebsd-ports/www/trac-addcomment/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

31 lines
984 B
Makefile

# New ports collection makefile for: trac-addcomment
# Date created: December 28 2006
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
#
# $FreeBSD$
#
PORTNAME= addcomment
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}macro-${PORTVERSION}
MAINTAINER= gerrit.beine@gmx.de
COMMENT= Add formatted comments to wiki pages
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \
${PYTHON_SITELIBDIR}/TracMacroPost-0.1-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-macropost
WRKSRC= ${WRKDIR}/${PORTNAME}macro
NO_BUILD= yes
USE_PYTHON= 2.3+
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= TracAddCommentMacro
PYDISTUTILS_NOEGGINFO= yes # XXX convert easy_install support to bsd.python.mk's
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
.include <bsd.port.mk>