* Added the hot-backup interface. * Added new commands ".backup" and ".restore" to the CLI. * Added new methods backup and restore to the TCL interface. * Improvements to the syntax bubble diagrams * Various minor bug fixes
24 lines
602 B
Text
24 lines
602 B
Text
# $NetBSD: Makefile.common,v 1.33 2009/02/18 19:13:04 adam Exp $
|
|
|
|
# used by databases/sqlite3-tcl/Makefile
|
|
|
|
DISTNAME= sqlite-3.6.11
|
|
PKGNAME= ${DISTNAME:S/-/3-/}
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
|
|
http://www.sqlite.org/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.sqlite.org/
|
|
COMMENT= SQL Database Engine in a C Library
|
|
|
|
#LICENSE= public-domain
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../databases/sqlite3/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../databases/sqlite3/patches
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= sqlite3.pc.in
|