# Created by: Dryice Liu # $FreeBSD: head/www/trac-gantt/Makefile 412351 2016-04-01 14:33:55Z mat $ PORTNAME= TracGantt PORTVERSION= 0.3.2a PORTREVISION= 7 CATEGORIES= www devel python MASTER_SITES= http://willbarton.com/files/ \ http://dryice.name/computer/FreeBSD/distfiles/ PKGNAMEPREFIX= trac- MAINTAINER= dryice@dryice.name COMMENT= Plugin to creates Gantt charts for trac RUN_DEPENDS+= trac>=0.11:www/trac USES= python:2 USE_PYTHON= distutils autoplist OPTIONS_DEFINE= DOCS .include .if ${PORT_OPTIONS:MDOCS} PORTDOCS= PKG-INFO README .endif post-install: .if ${PORT_OPTIONS:MDOCS} @${INSTALL} -d ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR} .endif .include "${.CURDIR}/../../www/trac/plugin.mk" .include