aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite2
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sqlite2')
-rw-r--r--databases/sqlite2/Makefile33
-rw-r--r--databases/sqlite2/distinfo1
-rw-r--r--databases/sqlite2/pkg-comment1
-rw-r--r--databases/sqlite2/pkg-descr8
-rw-r--r--databases/sqlite2/pkg-plist3
5 files changed, 0 insertions, 46 deletions
diff --git a/databases/sqlite2/Makefile b/databases/sqlite2/Makefile
deleted file mode 100644
index d30850364bb2..000000000000
--- a/databases/sqlite2/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: sqlite
-# Date created: Feb 21, 2001
-# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sqlite
-PORTVERSION= 1.0.27
-CATEGORIES= databases
-MASTER_SITES= http://www.hwaci.com/sw/sqlite/
-DISTNAME= ${PORTNAME}
-
-MAINTAINER= ijliao@FreeBSD.org
-
-LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm
-
-GNU_CONFIGURE= yes
-CONFIGURE_SCRIPT= ../sqlite/configure
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CFLAGS="-L${LOCALBASE}/lib"
-
-WRKSRC= ${WRKDIR}/bld
-
-post-extract:
- @${MKDIR} ${WRKSRC}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/sqlite ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/libsqlite.a ${PREFIX}/lib
- ${INSTALL_DATA} ${WRKSRC}/sqlite.h ${PREFIX}/include
-
-.include <bsd.port.mk>
diff --git a/databases/sqlite2/distinfo b/databases/sqlite2/distinfo
deleted file mode 100644
index 64dafbe13ab0..000000000000
--- a/databases/sqlite2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (sqlite.tar.gz) = 15047f4f96609afe8a256622d4b61cc8
diff --git a/databases/sqlite2/pkg-comment b/databases/sqlite2/pkg-comment
deleted file mode 100644
index 750bd919d8c7..000000000000
--- a/databases/sqlite2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-SQL library that uses GDBM as its underlying file storage mechanism
diff --git a/databases/sqlite2/pkg-descr b/databases/sqlite2/pkg-descr
deleted file mode 100644
index 9637e448f5bb..000000000000
--- a/databases/sqlite2/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-SQLite is an SQL database library that uses GDBM as its underlying
-file storage mechanism. Programs that link the SQLite library can
-have SQL database access without running a separate RDBMS process.
-The distribution comes with a standalone command-line access program
-(sqlite) that can be used to administer an SQLite database and which
-serves as an example of how to use the SQLite library.
-
-WWW: http://www.hwaci.com/sw/sqlite/
diff --git a/databases/sqlite2/pkg-plist b/databases/sqlite2/pkg-plist
deleted file mode 100644
index 79c89c5c0bb0..000000000000
--- a/databases/sqlite2/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/sqlite
-lib/libsqlite.a
-include/sqlite.h