diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-24 04:22:10 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-24 04:22:10 +0000 |
| commit | 8b4fe8856a0ef7bc1fe3329dcd6069695d1d0535 (patch) | |
| tree | 049b5f95ee4780a8a398cf6727e2feeb10a59319 /databases/libgda3-postgresql | |
| parent | 631cf84c537e9f4fec86792bcd797f5543409c5d (diff) | |
Notes
Diffstat (limited to 'databases/libgda3-postgresql')
| -rw-r--r-- | databases/libgda3-postgresql/Makefile | 23 | ||||
| -rw-r--r-- | databases/libgda3-postgresql/pkg-plist | 14 |
2 files changed, 37 insertions, 0 deletions
diff --git a/databases/libgda3-postgresql/Makefile b/databases/libgda3-postgresql/Makefile new file mode 100644 index 000000000000..4fae3399ae44 --- /dev/null +++ b/databases/libgda3-postgresql/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: libgda2 +# Date created: 02 June 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/databases/libgda3-postgresql/Makefile,v 1.2 2008/02/26 21:23:35 kwm Exp $ +# + +PORTREVISION?= 0 +CATEGORIES= databases gnome +PKGNAMESUFFIX?= -postgresql + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Provides postgresql access for the libgda3 library + +MASTERDIR= ${.CURDIR}/../libgda3 +BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ +INSTALL_WRKSRC= ${BUILD_WRKSRC} +PLIST= ${.CURDIR}/pkg-plist + +LIBGDA3_SLAVE= postgresql + +.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-postgresql/pkg-plist b/databases/libgda3-postgresql/pkg-plist new file mode 100644 index 000000000000..8c0d2adbcb72 --- /dev/null +++ b/databases/libgda3-postgresql/pkg-plist @@ -0,0 +1,14 @@ +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_table.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_table.xml +share/libgda-%%VERSION%%/postgres_specs_dsn.xml +share/libgda-%%VERSION%%/postgres_specs_rename_table.xml |
