From 0612fdc82ecf1a9d7a612a01723bad32537d60fb Mon Sep 17 00:00:00 2001 From: acm Date: Sat, 9 May 2009 01:16:33 +0000 Subject: - New port: databases/gambas2-gb-db-sqlite2 The sqlite2 driver for the Gambas database component --- databases/Makefile | 1 + databases/gambas2-gb-db-sqlite2/Makefile | 15 +++++++++++++++ databases/gambas2-gb-db-sqlite2/pkg-plist | 5 +++++ 3 files changed, 21 insertions(+) create mode 100644 databases/gambas2-gb-db-sqlite2/Makefile create mode 100644 databases/gambas2-gb-db-sqlite2/pkg-plist (limited to 'databases') diff --git a/databases/Makefile b/databases/Makefile index c04fdbb87cf..47e5e04ba3c 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -77,6 +77,7 @@ SUBDIR += gambas2-gb-db-firebird SUBDIR += gambas2-gb-db-mysql SUBDIR += gambas2-gb-db-odbc + SUBDIR += gambas2-gb-db-sqlite2 SUBDIR += gauche-gdbm SUBDIR += gbib SUBDIR += gdbm diff --git a/databases/gambas2-gb-db-sqlite2/Makefile b/databases/gambas2-gb-db-sqlite2/Makefile new file mode 100644 index 00000000000..029146b55a0 --- /dev/null +++ b/databases/gambas2-gb-db-sqlite2/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gambas2-gb-db-sqlite2 +# Date created: 2009-05-02 +# Whom: Jose Alonso Cardenas Marquez +# +# $FreeBSD$ +# + +CATEGORIES= databases lang +PKGNAMESUFFIX= -gb-db-sqlite2 + +COMMENT= The sqlite2 driver for the Gambas database component + +MASTERDIR= ${.CURDIR}/../../lang/gambas2-base + +.include "${MASTERDIR}/Makefile" diff --git a/databases/gambas2-gb-db-sqlite2/pkg-plist b/databases/gambas2-gb-db-sqlite2/pkg-plist new file mode 100644 index 00000000000..337f2c5c18b --- /dev/null +++ b/databases/gambas2-gb-db-sqlite2/pkg-plist @@ -0,0 +1,5 @@ +@comment $FreeBSD$ +lib/gambas2/gb.db.sqlite2.so.0 +lib/gambas2/gb.db.sqlite2.so +lib/gambas2/gb.db.sqlite2.la +@dirrmtry lib/gambas2 -- cgit