===> Building for sqlite3-3.6.18 tclsh ./tool/mksqlite3h.tcl . >sqlite3.h tclsh: not found gmake: *** [sqlite3.h] Error 127 Upstream didn't ship a pregenerated sqlite3.h. Committed as patch-ab.
23 lines
599 B
Text
23 lines
599 B
Text
# $NetBSD: Makefile.common,v 1.44 2009/10/11 16:06:21 tnn Exp $
|
|
|
|
# used by databases/sqlite3-tcl/Makefile
|
|
|
|
DISTNAME= sqlite-3.6.18
|
|
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
|