1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/www/trac-gantt/Makefile
Greg Larkin 271540e064 - Maintainer ported the plugin to Trac 0.11
- Makefile stylistic fixes & added macros from bsd.python.mk
- Added pkg-message file with configuration details

PR:		ports/126112
Submitted by:	Anton Batenev <antonbatenev@yandex.ru>
Approved by:	beech (mentor, implicit)
2008-08-14 23:05:40 +00:00

42 lines
1000 B
Makefile

# New ports collection makefile for: trac-gantt
# Date created: July 12 2006
# Whom: Dryice Liu <dryice@dryice.name>
#
# $FreeBSD$
#
PORTNAME= TracGantt
PORTVERSION= 0.3.2a
PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://willbarton.com/files/ \
http://dryice.name/computer/FreeBSD/distfiles/
PKGNAMEPREFIX= trac-
MAINTAINER= dryice@dryice.name
COMMENT= A plugin to creates Gantt charts for trac
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS+= trac>=0.11:${PORTSDIR}/www/trac
NO_BUILD= yes
USE_PYTHON= 2.3+
USE_PYDISTUTILS=yes
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO= yes
.if !defined(NOPORTDOCS)
PORTDOCS= PKG-INFO README
.endif
.include <bsd.port.pre.mk>
post-install:
.if !defined(NOPORTDOCS)
@${INSTALL} -d ${DOCSDIR}
@cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${DOCSDIR}
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>