diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-03-23 22:08:06 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-03-23 22:08:06 +0000 |
commit | 9626e6c9ae1f6422491081a0cb8b415e1a427683 (patch) | |
tree | 550d37bbf5238b62bc18dc6b022090d8f6ba45be /databases/sqlite3/Makefile | |
parent | a7c19952689fcf0419a81dfd7be87739539a88a9 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | databases/sqlite3/Makefile | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index c1daac890aa..52dc31f2bbf 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,23 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2005/03/07 14:59:06 adam Exp $ +# $NetBSD: Makefile,v 1.4 2005/03/23 22:08:06 jmmv Exp $ -DISTNAME= sqlite-3.1.3 -PKGNAME= ${DISTNAME:S/-/3-/} -PKGREVISION= 1 -CATEGORIES= databases -MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ - http://www.sqlite.org/ +.include "Makefile.common" -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.hwaci.com/sw/sqlite/ -COMMENT= SQL Database Engine in a C Library +PKGREVISION= 2 -USE_BUILDLINK3= yes -USE_GNU_TOOLS+= make -USE_LIBTOOL= yes -GNU_CONFIGURE= yes -PKGCONFIG_OVERRIDE= ${WRKDIR}/sqlite/sqlite3.pc.in - -.include "options.mk" +CONFIGURE_ARGS+= --disable-tcl post-install: ${INSTALL_MAN} ${WRKSRC}/sqlite3.1 ${PREFIX}/man/man1/sqlite3.1 |