freebsd-ports/www/trac-nav/Makefile
Martin Wilke 6a398052e0 The [[TracNav]] macro implements fully customizable navigation bar for the Trac
wiki engine. The contents of the navigation bar is a wiki page itself and can
be edited like any other wiki page. The navigation bar supports hierarchical
ordering of topics.

WWW: http://trac-hacks.org/wiki/TracNav

PR:		ports/107462
Submitted by:	Gerrit Beine <gerrit.beine at gmx.de>
2007-01-03 16:06:20 +00:00

30 lines
767 B
Makefile

# New ports collection makefile for: trac-nav
# Date created: January 03 2007
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
#
# $FreeBSD$
#
PORTNAME= nav
PORTVERSION= 3.92p6
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/downloads/trac-hacks/
PKGNAMEPREFIX= trac-
DISTNAME= TracNav-${PORTVERSION:S/p/pre/}
MAINTAINER= gerrit.beine@gmx.de
COMMENT= A fully customizable navigation bar for Trac
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools \
tracd:${PORTSDIR}/www/trac
RUN_DEPENDS+= ${BUILD_DEPENDS}
USE_ZIP= yes
USE_PYTHON= 2.3+
USE_PYDISTUTILS=yes
PLIST_SUB+= PORTVERSION=${PORTVERSION:S/p/pre/} PYTHONVERSION=${_PYTHON_VERSION}
do-build:
@${DO_NADA}
.include <bsd.port.mk>