freebsd-ports/www/trac-addcomment/Makefile
Philip M. Gollucci 61bcae45bc - Chase devel/apr -> devel/apr1 shuffling
PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
2010-05-18 04:08:05 +00:00

31 lines
982 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.3
PORTREVISION= 2
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}macro-${PORTVERSION}
MAINTAINER= brooks@FreeBSD.org
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.2-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-macropost
WRKSRC= ${WRKDIR}/${PORTNAME}macro
NO_BUILD= yes
USE_PYTHON= yes
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>