aboutsummaryrefslogtreecommitdiffstats
path: root/www/trac-wikinotification/Makefile
blob: c97d0e365ca88c7cdff2f109051b9d37e2f34018 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for: trac-wikinotification
# Date created:                      December 28 2006
# Whom:                              Gerrit Beine <gerrit.beine@gmx.de>
#
# $FreeBSD$
#

PORTNAME=   wikinotification
PORTVERSION=    0.1.0p4
CATEGORIES= www devel python
MASTER_SITES=   http://www.gerritbeine.de/downloads/trac-hacks/
PKGNAMEPREFIX=  trac-
DISTNAME=   ${PORTNAME}-${PORTVERSION:S/p/rc/}

MAINTAINER= gerrit.beine@gmx.de
COMMENT=    Allow email notifications on wiki page changes

RUN_DEPENDS+=   tracd:${PORTSDIR}/www/trac \
        ${PYTHON_SITELIBDIR}/TracCtxtnavAdd-1.1_r1-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-ctxtnavadd
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools

USE_ZIP=    yes
USE_PYTHON= 2.3+
USE_PYDISTUTILS=yes
WRKSRC=     ${WRKDIR}/${PORTNAME}
PLIST_SUB+= PORTVERSION=${PORTVERSION:S/p/rc/} PYTHONVERSION=${_PYTHON_VERSION}

do-build:
    @${DO_NADA}

.include <bsd.port.mk>