# $Id: Portfile,v 1.1 2004/01/31 13:44:39 mww Exp $ PortSystem 1.0 name py-gadfly version 1.0.0 categories python databases platforms darwin maintainers mww@opendarwin.org description Simple relational SQL database system implemented in Python long_description Gadfly is a simple relational database system \ implemented in Python based on the SQL Structured \ Query Language. homepage http://gadfly.sourceforge.net/ master_sites sourceforge:gadfly distname gadfly-${version} checksums md5 8dc11575e4d8042058f6ad11b32a8641 depends_lib bin:python:python \ lib:XXX:py-kjbuckets use_configure no build.cmd python setup.py build.target build destroot.cmd python setup.py destroot.destdir --prefix=${destroot}${prefix} post-destroot { reinplace "s| /usr/bin/python|/usr/bin/env python|g" \ ${destroot}${prefix}/bin/gfplus \ ${destroot}${prefix}/bin/gfserver file delete -force ${worksrcpath}/doc/build_html.py \ ${worksrcpath}/doc/demo file mkdir ${destroot}${prefix}/share/doc/ file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/CHANGES.txt ${worksrcpath}/COPYRIGHT.txt \ ${worksrcpath}/README.txt ${worksrcpath}/TODO.txt \ ${destroot}${prefix}/share/doc/${name} }