203b91c3c5
Changes: * Performance improvements. * Better unicode support in commit-messages. * TRAC_ADMIN is now a real "meta-permission" containing all other permissions. * Wiki-links of the /path format can now also link to directories. * Handle subversion changesets without any "author" specified. * "view" checkboxes in the timeline view now reflect the current state. * The subversion repository is now indexed by "trac-admin initdb" instead of trac.cgi at first execution. * Most of the inline css is removed. * IE6 navbar problem fixed. * Various bug fixes.
26 lines
795 B
Makefile
26 lines
795 B
Makefile
# $NetBSD: Makefile,v 1.3 2004/03/03 04:16:12 epg Exp $
|
|
#
|
|
|
|
DISTNAME= trac-0.5.2
|
|
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= cgi-bin/trac.cgi
|
|
|
|
post-install:
|
|
${INSTALL_PROGRAM_DIR} ${PREFIX}/libexec/cgi-bin
|
|
${INSTALL_SCRIPT} ${WRKSRC}/cgi-bin/trac.cgi ${PREFIX}/libexec/cgi-bin
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|