From 300435f077a71bf83897fa137a66b63acdf20b6c Mon Sep 17 00:00:00 2001 From: Marcus Alves Grando Date: Fri, 10 Feb 2006 00:07:20 +0000 Subject: - Update to 3.3.3 [1] - Reorganize Makefile Submitted by: cokane [1] --- databases/sqlite34/Makefile | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'databases/sqlite34/Makefile') diff --git a/databases/sqlite34/Makefile b/databases/sqlite34/Makefile index 0c84e6203704..7901074ba9a6 100644 --- a/databases/sqlite34/Makefile +++ b/databases/sqlite34/Makefile @@ -11,7 +11,7 @@ # If you want to build the TCL wrapper, you have to define WITH_TCLWRAPPER=yes. PORTNAME= sqlite -PORTVERSION= 3.2.8 +PORTVERSION= 3.3.3 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/ @@ -21,25 +21,24 @@ COMMENT= An SQL database engine in a C library w/ Tcl wrapper USE_GMAKE= YES USE_GNOME= pkgconfig USE_AUTOTOOLS= libtool:15 -HAS_CONFIGURE= YES -USE_REINPLACE= YES INSTALLS_SHLIB= YES - +GNU_CONFIGURE= YES CONFIGURE_ARGS= --prefix=${PREFIX} --with-hints=freebsd.hints CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -PORTDOCS= * +LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}3 + +OPTIONS= TCLWRAPPER "TCL wrapper for SQLITE" off + DOCSDIR= ${PREFIX}/share/doc/sqlite3 EXAMPLESDIR= ${PREFIX}/share/examples/sqlite3 -LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}3 +PORTDOCS= * # Defaults, for building the docs: TCL_V?= 8.4 MAKE_ARGS+= TCLSH=tclsh${TCL_V} MAKE_ENV+= TCL_VER=${TCL_V} -OPTIONS= TCLWRAPPER "TCL wrapper for SQLITE" off - .include .if !defined(NOPORTDOCS) -- cgit v1.2.3