# $Id: Portfile,v 1.9 2005/04/08 19:16:58 mww Exp $ PortSystem 1.0 include framework-1.0.tcl name sqlite3 version 3.2.0 revision 1 categories databases platforms darwin maintainers mww@opendarwin.org description an embedded SQL database engine long_description SQLite3 is an SQL database engine in a C library. \ Programs that link the SQLite3 library can have SQL \ database access without running a separate RDBMS \ process. The distribution comes with a standalone \ command-line access program (sqlite3) that can be used \ to administer an SQLite3 database and which serves as \ an example of how to use the SQLite3 library. homepage http://www.sqlite.org/ master_sites ${homepage} distname sqlite-${version} checksums md5 16d5ecaaa9eaccf2a9102bb9610f8c60 patchfiles patch-Makefile.in depends_lib lib:XXX:readline framework.setup SQLite3 3.2.0 configure.args-append --disable-tcl build.type gnu build.env CFLAGS=-I${prefix}/include/ \ LDFLAGS=-L${prefix}/lib test.run yes test.target test post-destroot { file delete -force ${destroot}${f_prefix}/Libraries/pkgconfig } variant threadsafe { configure.args-append --enable-threadsafe }