diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-05-06 11:17:26 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-05-06 11:17:26 +0000 |
commit | 8434f0a174db7103a567f7ba6847f4c16ae34273 (patch) | |
tree | 402d66e55f59ca371794cf2b1125a0775b71f595 /databases/libgda-postgres | |
parent | db587d3fa0c4a46b3a9ba9db1fcefcffc326ff28 (diff) | |
download | pkgsrc-8434f0a174db7103a567f7ba6847f4c16ae34273.tar.gz |
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.
Diffstat (limited to 'databases/libgda-postgres')
-rw-r--r-- | databases/libgda-postgres/DESCR | 2 | ||||
-rw-r--r-- | databases/libgda-postgres/Makefile | 11 | ||||
-rw-r--r-- | databases/libgda-postgres/PLIST | 5 |
3 files changed, 18 insertions, 0 deletions
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 |