From 07f687c367b7a786361a5e4fbeee5ae2f35883cf Mon Sep 17 00:00:00 2001 From: jmmv Date: Thu, 6 May 2004 11:17:26 +0000 Subject: Initial import of libgda-postgres, version 1.0.4: This package provides the postgres plugin for libgda, which lets it act as a PostgreSQL client. --- databases/libgda-postgres/DESCR | 2 ++ databases/libgda-postgres/Makefile | 11 +++++++++++ databases/libgda-postgres/PLIST | 5 +++++ 3 files changed, 18 insertions(+) create mode 100644 databases/libgda-postgres/DESCR create mode 100644 databases/libgda-postgres/Makefile create mode 100644 databases/libgda-postgres/PLIST (limited to 'databases') diff --git a/databases/libgda-postgres/DESCR b/databases/libgda-postgres/DESCR new file mode 100644 index 00000000000..46f6222d77e --- /dev/null +++ b/databases/libgda-postgres/DESCR @@ -0,0 +1,2 @@ +This package provides the postgres plugin for libgda, which lets it act as +a PostgreSQL client. diff --git a/databases/libgda-postgres/Makefile b/databases/libgda-postgres/Makefile new file mode 100644 index 00000000000..3b6589eba3c --- /dev/null +++ b/databases/libgda-postgres/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/06 11:17:26 jmmv Exp $ +# + +LIBGDA_PROVIDER= postgres + +.include "../../databases/libgda/Makefile.common" + +CONFIGURE_ARGS+= --with-postgres=${BUILDLINK_PREFIX.postgresql-lib} + +.include "../../databases/postgresql-lib/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/libgda-postgres/PLIST b/databases/libgda-postgres/PLIST new file mode 100644 index 00000000000..caa0e7b1b4d --- /dev/null +++ b/databases/libgda-postgres/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/06 11:17:26 jmmv Exp $ +lib/libgda/providers/libgda-postgres.a +lib/libgda/providers/libgda-postgres.la +lib/libgda/providers/libgda-postgres.so +@comment in libgda: @dirrm lib/libgda/providers -- cgit v1.2.3