mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
29 lines
1002 B
Makefile
29 lines
1002 B
Makefile
|
# 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>
|