# $Id: Portfile,v 1.3 2005/01/13 00:07:08 mww Exp $ PortSystem 1.0 name sqlite3 version 3.0.8 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 b7dff1ec9bf4d08928c039b278630ba7 worksrcdir sqlite build.type gnu variant readline { patchfiles patch-Makefile.in depends_lib lib:XXX:readline } variant threadsafe { configure.args-append --enable-threadsafe }