b134cf694c
http://svn.edgewall.com/repos/trac/tags/trac-0.8 Thanks to Simon Kuhn <sak8@eecs.cwru.edu> for the initial patch. Upstream changelog: * Roadmap module. * Support for custom ticket properties. * Wiki administration features. * Advanced ticket queries. * Improved diff display. * User preferences. * Wiki editing (near-wysiwyg) aids a la wikipedia. * Improved email notification. * Fixed bugs
28 lines
784 B
Makefile
28 lines
784 B
Makefile
# $NetBSD: Makefile,v 1.9 2004/11/20 00:49:12 epg Exp $
|
|
#
|
|
|
|
DISTNAME= trac-0.8
|
|
CATEGORIES= devel www
|
|
MASTER_SITES= http://ftp.edgewall.com/pub/trac/
|
|
|
|
MAINTAINER= epg@NetBSD.org
|
|
HOMEPAGE= http://www.edgewall.com/products/trac/
|
|
COMMENT= Enhanced wiki and issue tracking system
|
|
|
|
DEPENDS+= clearsilver>=0.9.7:../../www/clearsilver
|
|
DEPENDS+= ${PYPKGPREFIX}-sqlite>=0.4.3:../../databases/py-sqlite
|
|
DEPENDS+= ${PYPKGPREFIX}-subversion>=0.37:../../devel/py-subversion
|
|
|
|
PYDISTUTILSPKG= YES
|
|
PY_PATCHPLIST= YES
|
|
PYTHON_PATCH_SCRIPTS= contrib/*.py
|
|
|
|
EGDIR= ${PREFIX}/share/examples/trac
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${EGDIR}
|
|
${INSTALL_SCRIPT} ${WRKSRC}/contrib/* ${EGDIR}
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|