# $Id: Portfile,v 1.2 2004/02/08 13:55:49 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 xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath}/doc announcement.txt faq.txt \ gadfly.txt gfplus.txt index.txt installation.txt kjbuckets.txt \ kwParsing.txt network.txt recover.txt sql.txt structure.txt \ ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} CHANGES.txt COPYRIGHT.txt README.txt \ TODO.txt ${destroot}${prefix}/share/doc/${name} }