summaryrefslogtreecommitdiff
path: root/databases/libgda-postgres/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-05-06 11:17:26 +0000
committerjmmv <jmmv@pkgsrc.org>2004-05-06 11:17:26 +0000
commite16209d8c2be5aa9224b327aaa4bf8e301a42aa7 (patch)
tree402d66e55f59ca371794cf2b1125a0775b71f595 /databases/libgda-postgres/Makefile
parent112dde5227d277639950b8c7970e0b413cef4372 (diff)
downloadpkgsrc-e16209d8c2be5aa9224b327aaa4bf8e301a42aa7.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/Makefile')
-rw-r--r--databases/libgda-postgres/Makefile11
1 files changed, 11 insertions, 0 deletions
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"