2012-11-11 15:49:40 +01:00
|
|
|
# Created by: Dryice Liu <dryice@dryice.name>
|
2006-07-13 11:49:02 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= TracGantt
|
2006-08-05 13:42:25 +02:00
|
|
|
PORTVERSION= 0.3.2a
|
2012-11-11 15:49:40 +01:00
|
|
|
PORTREVISION= 6
|
2006-07-13 11:49:02 +02:00
|
|
|
CATEGORIES= www devel python
|
2006-08-05 13:42:25 +02:00
|
|
|
MASTER_SITES= http://willbarton.com/files/ \
|
2006-07-13 11:49:02 +02:00
|
|
|
http://dryice.name/computer/FreeBSD/distfiles/
|
|
|
|
PKGNAMEPREFIX= trac-
|
|
|
|
|
|
|
|
MAINTAINER= dryice@dryice.name
|
2012-11-11 15:49:40 +01:00
|
|
|
COMMENT= Plugin to creates Gantt charts for trac
|
2006-07-13 11:49:02 +02:00
|
|
|
|
2008-08-15 01:05:40 +02:00
|
|
|
RUN_DEPENDS+= trac>=0.11:${PORTSDIR}/www/trac
|
2006-07-13 11:49:02 +02:00
|
|
|
|
2012-11-11 15:49:40 +01:00
|
|
|
USE_PYTHON= -2.7
|
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PYDISTUTILS_PKGNAME= TracGantt
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
2006-07-13 11:49:02 +02:00
|
|
|
|
2013-09-21 01:36:50 +02:00
|
|
|
NO_STAGE= yes
|
2012-11-11 15:49:40 +01:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2006-07-13 11:49:02 +02:00
|
|
|
PORTDOCS= PKG-INFO README
|
|
|
|
.endif
|
|
|
|
|
2008-08-15 01:05:40 +02:00
|
|
|
post-install:
|
2012-11-11 15:49:40 +01:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2008-08-15 01:05:40 +02:00
|
|
|
@${INSTALL} -d ${DOCSDIR}
|
|
|
|
@cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${DOCSDIR}
|
2006-07-13 11:49:02 +02:00
|
|
|
.endif
|
2008-08-15 01:05:40 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2006-07-13 11:49:02 +02:00
|
|
|
|
2012-11-11 15:49:40 +01:00
|
|
|
.include <bsd.port.mk>
|