freebsd-ports/www/trac-remind/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

36 lines
894 B
Makefile

# New ports collection makefile for: trac-remind
# Date created: May 18 2007
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
#
# $FreeBSD$
#
PORTNAME= remind
PORTVERSION= 1
PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://www.unixmedia.it/
PKGNAMEPREFIX= trac-
DISTNAME= trac${PORTNAME}
MAINTAINER= gerrit.beine@gmx.de
COMMENT= Trac tickets reminder script
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
NO_BUILD= yes
USE_ZIP= yes
USE_PYTHON= 2.3+
PLIST_FILES= bin/tracremind.py etc/tracremind.conf
post-patch:
${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX}," \
-e "s,%%PYTHON%%,${PYTHON_CMD}," ${WRKSRC}/tracremind.py
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tracremind.py ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/tracremind.conf ${PREFIX}/etc
.include <bsd.port.mk>