summaryrefslogtreecommitdiff
path: root/databases/sqlite3/Makefile.common
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-03-23 22:08:06 +0000
committerjmmv <jmmv@pkgsrc.org>2005-03-23 22:08:06 +0000
commit9626e6c9ae1f6422491081a0cb8b415e1a427683 (patch)
tree550d37bbf5238b62bc18dc6b022090d8f6ba45be /databases/sqlite3/Makefile.common
parenta7c19952689fcf0419a81dfd7be87739539a88a9 (diff)
downloadpkgsrc-9626e6c9ae1f6422491081a0cb8b415e1a427683.tar.gz
Remove the 'tcl' option and split the Makefile in two parts to aid in the
addition of the new sqlite3-tcl package. The TCL bindings can be easily built and installed independently, so it's better to have an standalone package rather than a build-time option. While here, fix PKGCONFIG_OVERRIDE and bump PKGREVISION to 2.
Diffstat (limited to 'databases/sqlite3/Makefile.common')
-rw-r--r--databases/sqlite3/Makefile.common21
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common
new file mode 100644
index 00000000000..cfb8939794a
--- /dev/null
+++ b/databases/sqlite3/Makefile.common
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile.common,v 1.1 2005/03/23 22:08:06 jmmv Exp $
+
+DISTNAME= sqlite-3.1.3
+PKGNAME= ${DISTNAME:S/-/3-/}
+CATEGORIES= databases
+MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
+ http://www.sqlite.org/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.hwaci.com/sw/sqlite/
+COMMENT= SQL Database Engine in a C Library
+
+DISTINFO_FILE= ${.CURDIR}/../../databases/sqlite3/distinfo
+PATCHDIR= ${.CURDIR}/../../databases/sqlite3/patches
+
+GNU_CONFIGURE= yes
+USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
+USE_LIBTOOL= yes
+
+PKGCONFIG_OVERRIDE= sqlite3.pc.in