summaryrefslogtreecommitdiff
path: root/www/trac/Makefile
diff options
context:
space:
mode:
authorepg <epg>2004-02-26 05:52:57 +0000
committerepg <epg>2004-02-26 05:52:57 +0000
commitc4d96ea08df9c2596f786dbfc27e6897655330cd (patch)
tree1e1ff4af19bd8d323aa413b7c29621af88109155 /www/trac/Makefile
parent1d84cbcdceaaa9bb75f3b5358b4d171c3b4009a4 (diff)
downloadpkgsrc-c4d96ea08df9c2596f786dbfc27e6897655330cd.tar.gz
import trac-0.5.1.
Trac is an enhanced wiki and issue tracking system for software development projects. Trac provides: * An integrated system for managing software projects * An enhanced wiki * A flexible web-based issue tracker * An interface to the Subversion revision control system
Diffstat (limited to 'www/trac/Makefile')
-rw-r--r--www/trac/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile
new file mode 100644
index 00000000000..e926f3680fd
--- /dev/null
+++ b/www/trac/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/26 05:52:57 epg Exp $
+#
+
+DISTNAME= trac-0.5.1
+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
+
+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"