diff options
author | acm <acm@FreeBSD.org> | 2009-05-09 09:12:23 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-05-09 09:12:23 +0800 |
commit | 3d20352caf2bfa27a1e80080d43e55200f7daf07 (patch) | |
tree | 2a7b02c636d3ede5f32398f4482bf857e617f17e | |
parent | fd026ee1f44e4c2a7ffb66d8a24085c239e4e6b0 (diff) | |
download | freebsd-ports-gnome-3d20352caf2bfa27a1e80080d43e55200f7daf07.tar.gz freebsd-ports-gnome-3d20352caf2bfa27a1e80080d43e55200f7daf07.tar.zst freebsd-ports-gnome-3d20352caf2bfa27a1e80080d43e55200f7daf07.zip |
- New port: databases/gambas2-gb-db-firebird
The firebird driver for the gambas database component
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/gambas2-gb-db-firebird/Makefile | 15 | ||||
-rw-r--r-- | databases/gambas2-gb-db-firebird/pkg-plist | 5 |
3 files changed, 21 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 9c1eabac616f..0c8ad312ab86 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -74,6 +74,7 @@ SUBDIR += frontbase SUBDIR += frontbase-jdbc SUBDIR += gadfly + SUBDIR += gambas2-gb-db-firebird SUBDIR += gauche-gdbm SUBDIR += gbib SUBDIR += gdbm diff --git a/databases/gambas2-gb-db-firebird/Makefile b/databases/gambas2-gb-db-firebird/Makefile new file mode 100644 index 000000000000..e68e5330fed0 --- /dev/null +++ b/databases/gambas2-gb-db-firebird/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: gambas2-gb-db-firebird +# Date created: 2009-05-02 +# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= databases lang +PKGNAMESUFFIX= -gb-db-firebird + +COMMENT= The firebird driver for the Gambas database component + +MASTERDIR= ${.CURDIR}/../../lang/gambas2-base + +.include "${MASTERDIR}/Makefile" diff --git a/databases/gambas2-gb-db-firebird/pkg-plist b/databases/gambas2-gb-db-firebird/pkg-plist new file mode 100644 index 000000000000..21c38a3fef8f --- /dev/null +++ b/databases/gambas2-gb-db-firebird/pkg-plist @@ -0,0 +1,5 @@ +@comment $FreeBSD$ +lib/gambas2/gb.db.firebird.so.0 +lib/gambas2/gb.db.firebird.so +lib/gambas2/gb.db.firebird.la +@dirrmtry lib/gambas2 |