69058d234d
Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management. Our mission; to help developers write great software while staying out of the way. Trac should impose as little as possible on a team's established development process and policies. It provides an interface to Subversion, an integrated Wiki and convenient report facilities. ok sturm@
35 lines
859 B
Makefile
35 lines
859 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/03/21 21:17:10 msf Exp $
|
|
|
|
COMMENT= "enhanced wiki and bug tracking system for software projects"
|
|
|
|
DISTNAME= trac-0.9.4
|
|
CATEGORIES= www devel
|
|
|
|
MAINTAINER= Ben Lovett <ben@tilderoot.com>
|
|
|
|
HOMEPAGE= http://projects.edgewall.com/trac/
|
|
|
|
MASTER_SITES= ftp://ftp.edgewall.com/pub/trac/ \
|
|
http://ftp.edgewall.com/pub/trac/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
RUN_DEPENDS= ::databases/py-sqlite \
|
|
::devel/subversion,-python \
|
|
::textproc/py-docutils \
|
|
::www/clearsilver,python
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
post-install:
|
|
@perl -pi -e 's#${WRKINST}##' ${WRKSRC}/trac/siteconfig.py
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/trac/siteconfig.py \
|
|
${PREFIX}/lib/python${MODPY_VERSION}/site-packages/trac/
|
|
|
|
.include <bsd.port.mk>
|