# $Id: Portfile,v 1.21 2005/08/11 21:33:17 rshaw Exp $ PortSystem 1.0 name sqlite version 2.8.16 categories databases platforms darwin freebsd maintainers darwinports@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 9c79b461ff30240a6f9d70dd67f8faea depends_lib lib:libreadline:readline patchfiles patch-configure \ patch-Makefile.in configure.env CFLAGS='-I${prefix}/include' \ LDFLAGS='-L${prefix}/lib' build.type gnu test.run yes