# $Id: Portfile,v 1.3 2005/11/07 15:09:10 dluke Exp $ PortSystem 1.0 PortGroup python 1.0 name trac version 0.9 categories devel python platforms darwin maintainers dluke@geeklair.net description Wiki and issue tracking system. long_description Trac is an enhanced wiki and issue tracking system for \ software development projects. Trac uses a minimalistic approach to \ web-based software project management. homepage http://www.edgewall.com/products/trac/ master_sites http://ftp.edgewall.com/pub/trac/ distname trac-${version} checksums md5 0d90ea5114b2a2c5285ea2a474da9fdf depends_lib port:subversion-pythonbindings port:clearsilver \ port:py-sqlite bin:${prefix}/bin/python:python24 \ port:sqlite3 use_configure no build.cmd ${prefix}/bin/python setup.py build.target build destroot.cmd ${prefix}/bin/python setup.py destroot.destdir --prefix=${prefix} --root=${destroot} post-install { ui_msg "See http://projects.edgewall.com/trac/wiki/TracInstall for information on setting up a new trac environment." }