Add libgda4-bdb, a Berkeley database provider for the libgda4 database
abstraction framework.
This commit is contained in:
parent
036e0b5eb5
commit
e24ee64862
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229254
3 changed files with 28 additions and 0 deletions
|
@ -125,6 +125,7 @@
|
|||
SUBDIR += libgda3-postgresql
|
||||
SUBDIR += libgda3-reference
|
||||
SUBDIR += libgda4
|
||||
SUBDIR += libgda4-bdb
|
||||
SUBDIR += libgda4-mdb
|
||||
SUBDIR += libgda4-mysql
|
||||
SUBDIR += libgda4-postgresql
|
||||
|
|
22
databases/libgda4-bdb/Makefile
Normal file
22
databases/libgda4-bdb/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: libgda4-bdb
|
||||
# Date created: 28 February 2009
|
||||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= databases gnome
|
||||
PKGNAMESUFFIX?= -bdb
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Provides Berkeley DB backend for the libgda4 library
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../libgda4
|
||||
BUILD_WRKSRC= ${WRKSRC}/providers/bdb/
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
LIBGDA4_SLAVE= bdb
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
5
databases/libgda4-bdb/pkg-plist
Normal file
5
databases/libgda4-bdb/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
lib/libgda-%%VERSION%%/providers/libgda-bdb.a
|
||||
lib/libgda-%%VERSION%%/providers/libgda-bdb.la
|
||||
lib/libgda-%%VERSION%%/providers/libgda-bdb.so
|
||||
libdata/pkgconfig/libgda-bdb-%%VERSION%%.pc
|
||||
share/libgda-%%VERSION%%/bdb_specs_dsn.xml
|
Loading…
Reference in a new issue