# $Id: Portfile,v 1.17 2004/03/11 10:45:54 fkr Exp $ PortSystem 1.0 name sqlite version 2.8.13 categories databases platforms darwin freebsd maintainers fkr@opendarwin.org description an embedded SQL database engine long_description SQLite is an SQL database engine in a C library. \ Programs that link the SQLite library can have SQL \ database access without running a separate RDBMS \ process. The distribution comes with a standalone \ command-line access program (sqlite) that can be used \ to administer an SQLite database and which serves as \ an example of how to use the SQLite library. homepage http://www.sqlite.org/ master_sites ${homepage} checksums md5 628fa52b5580b38ade75985dd4ba46dd build.type gnu worksrcdir ${name} configure.args --disable-shared