summaryrefslogtreecommitdiff
path: root/databases/sqlite3/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-03-07 14:59:06 +0000
committeradam <adam@pkgsrc.org>2005-03-07 14:59:06 +0000
commit2bbd795e55da0969fe2f2f075c79861e66288ad0 (patch)
treec10bdf2f04ab59af8a46f868815bc34e9aefecb6 /databases/sqlite3/Makefile
parentc98300eda6954b0abb3be0a08e2d72e8fec8e690 (diff)
downloadpkgsrc-2bbd795e55da0969fe2f2f075c79861e66288ad0.tar.gz
Added an option to build the package with tcl support
Diffstat (limited to 'databases/sqlite3/Makefile')
-rw-r--r--databases/sqlite3/Makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index f85dc3c3a40..c1daac890aa 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,24 +1,24 @@
-# $NetBSD: Makefile,v 1.2 2005/02/24 16:02:28 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2005/03/07 14:59:06 adam Exp $
-DISTNAME= sqlite-3.1.3
-PKGNAME= ${DISTNAME:S/-/3-/}
-CATEGORIES= databases
-MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
- http://www.sqlite.org/
+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/
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.hwaci.com/sw/sqlite/
-COMMENT= SQL Database Engine in a C Library
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.hwaci.com/sw/sqlite/
+COMMENT= SQL Database Engine in a C Library
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
-
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --disable-tcl
-
PKGCONFIG_OVERRIDE= ${WRKDIR}/sqlite/sqlite3.pc.in
+.include "options.mk"
+
post-install:
${INSTALL_MAN} ${WRKSRC}/sqlite3.1 ${PREFIX}/man/man1/sqlite3.1