# $Id: Portfile,v 1.3 2004/04/29 23:16:54 ssen Exp $ PortSystem 1.0 name tclsqlite version 2.8.13 revision 2 categories devel databases lang platforms darwin maintainers kevin@opendarwin.org description TCL bindings for the SQLite embedded database engine homepage http://www.sqlite.org/ master_sites ${homepage} checksums md5 628fa52b5580b38ade75985dd4ba46dd build.type gnu distname sqlite worksrcdir ${distname} configure.args --disable-shared depends_lib lib:sqlite.a:sqlite build.args PREFIX=${prefix} destroot.args PREFIX=${prefix} pre-build { system "cp ${filespath}/Makefile ${worksrcpath}/Makefile" }