1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/www/trac-calendar/Makefile
Martin Wilke b15f41a896 This plugin adds new navigation item "Calendar". Calendar is (or is aimed to
be) the tool for planning of tasks with associated date and time. E.g. ticket
to be solved, a conference to attend, or a call to be made can be planned with
Calendar. Items for given week are displayed in an overview with resolution of
15 minutes. Three small monthly views are also available, with days containing
items marked.

Certain items may be prioritized, and are then displayed in a bright color to
stand out.

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

Submitted by:	Gerrit Beine <gerrit.beine at gmx.de>
2007-05-27 17:32:00 +00:00

28 lines
728 B
Makefile

# New ports collection makefile for: trac-calendar
# Date created: May 18 2007
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
#
# $FreeBSD$
#
PORTNAME= calendar
PORTVERSION= 0.1
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
MAINTAINER= gerrit.beine@gmx.de
COMMENT= Calendar plugin for trac
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
NO_BUILD= yes
USE_PYTHON= 2.3+
USE_PYDISTUTILS=yes
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
.include <bsd.port.mk>