summaryrefslogtreecommitdiffstats
path: root/japanese/trac/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-04-20 18:08:54 +0000
committerpav <pav@FreeBSD.org>2004-04-20 18:08:54 +0000
commit727523e951c616c903cf217ca1a9a14da787014f (patch)
tree464a5fa5807f65407f0791442193bb928576d4d7 /japanese/trac/Makefile
parente1ba768a4e91be596d790498aadb84e47f79cd67 (diff)
downloadFreeBSD-ports-727523e951c616c903cf217ca1a9a14da787014f.zip
FreeBSD-ports-727523e951c616c903cf217ca1a9a14da787014f.tar.gz
Add trac. What is Trac?
* An integrated system for managing software projects * An enhanced wiki * A flexible web-based issue tracker * An interface to the Subversion revision control system PR: ports/65690 Submitted by: <thinker@branda.to>
Diffstat (limited to 'japanese/trac/Makefile')
-rw-r--r--japanese/trac/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/japanese/trac/Makefile b/japanese/trac/Makefile
new file mode 100644
index 0000000..b35584b
--- /dev/null
+++ b/japanese/trac/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: trac
+# Date created: 17 April 2004
+# Whom: Kuei-Feng Li <thinker@branda.to>
+#
+# $FreeBSD$
+#
+
+PORTNAME= trac
+PORTVERSION= 0.6.1
+CATEGORIES= www devel python
+MASTER_SITES= http://ftp.edgewall.com/pub/trac/ \
+ ftp://ftp.edgewall.com/pub/trac/
+
+MAINTAINER= thinker@branda.to
+COMMENT= An enhanced wiki and issue tracking system for software projects
+
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/sqlite/main.py:${PORTSDIR}/databases/py-PySQLite \
+ ${PYTHON_SITELIBDIR}/neo_cgi.so:${PORTSDIR}/www/clearsilver-python \
+ ${PYTHON_SITELIBDIR}/svn/__init__.py:${PORTSDIR}/devel/subversion-python
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+
+# This target is only meant to be used by the port maintainer.
+x-generate-plist:
+ (${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX}|sed -E 's,.*share/nls/.+$$,,g;s,${PYTHON_SITELIBDIR:S,^${PYTHONBASE}/,,},%%PYTHON_SITELIBDIR%%,g'|tr -s '\n') > temp-pkg-plist
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud