From 6b1ccde6349f614399289b104904ec010f87a861 Mon Sep 17 00:00:00 2001 From: kwm Date: Thu, 13 Oct 2011 13:29:51 +0000 Subject: Update libgda5 to 4.99.4. Fix PKGNAMESUFFIC in slave ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16406 df743ca5-7f9a-e211-a948-0013205c9059 --- databases/libgda4-postgresql/Makefile | 23 +++++++++++++++++++++++ databases/libgda4-postgresql/pkg-plist | 20 ++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 databases/libgda4-postgresql/Makefile create mode 100644 databases/libgda4-postgresql/pkg-plist (limited to 'databases/libgda4-postgresql') diff --git a/databases/libgda4-postgresql/Makefile b/databases/libgda4-postgresql/Makefile new file mode 100644 index 000000000..eaf3d73a6 --- /dev/null +++ b/databases/libgda4-postgresql/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: libgda2 +# Date created: 02 June 2002 +# Whom: Joe Marcus Clarke +# +# $FreeBSD: ports/databases/libgda4-postgresql/Makefile,v 1.6 2010/11/20 15:36:27 kwm Exp $ +# $MCom: ports/databases/libgda4-postgresql/Makefile,v 1.3 2010/10/18 12:47:12 kwm Exp $ +# + +PORTREVISION?= 0 +CATEGORIES= databases gnome +PKGNAMESUFFIX?= 4-postgresql + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Provides postgresql access for the libgda4 library + +MASTERDIR= ${.CURDIR}/../libgda4 +BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ +INSTALL_WRKSRC= ${BUILD_WRKSRC} +PLIST= ${.CURDIR}/pkg-plist + +LIBGDA4_SLAVE= postgresql + +.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda4-postgresql/pkg-plist b/databases/libgda4-postgresql/pkg-plist new file mode 100644 index 000000000..02ae080c9 --- /dev/null +++ b/databases/libgda4-postgresql/pkg-plist @@ -0,0 +1,20 @@ +lib/libgda-%%VERSION%%/providers/libgda-postgres.a +lib/libgda-%%VERSION%%/providers/libgda-postgres.la +lib/libgda-%%VERSION%%/providers/libgda-postgres.so +libdata/pkgconfig/libgda-postgres-%%VERSION%%.pc +share/libgda-%%VERSION%%/postgres_specs_add_column.xml +share/libgda-%%VERSION%%/postgres_specs_create_db.xml +share/libgda-%%VERSION%%/postgres_specs_create_index.xml +share/libgda-%%VERSION%%/postgres_specs_create_role.xml +share/libgda-%%VERSION%%/postgres_specs_create_table.xml +share/libgda-%%VERSION%%/postgres_specs_create_user.xml +share/libgda-%%VERSION%%/postgres_specs_create_view.xml +share/libgda-%%VERSION%%/postgres_specs_drop_column.xml +share/libgda-%%VERSION%%/postgres_specs_drop_db.xml +share/libgda-%%VERSION%%/postgres_specs_drop_index.xml +share/libgda-%%VERSION%%/postgres_specs_drop_role.xml +share/libgda-%%VERSION%%/postgres_specs_drop_table.xml +share/libgda-%%VERSION%%/postgres_specs_drop_user.xml +share/libgda-%%VERSION%%/postgres_specs_drop_view.xml +share/libgda-%%VERSION%%/postgres_specs_dsn.xml +share/libgda-%%VERSION%%/postgres_specs_rename_table.xml -- cgit v1.2.3