diff options
| author | Koop Mast <kwm@FreeBSD.org> | 2013-09-06 11:43:34 +0000 |
|---|---|---|
| committer | Koop Mast <kwm@FreeBSD.org> | 2013-09-06 11:43:34 +0000 |
| commit | 60dbc060c34744dd55726fe83163eee3d49b4efe (patch) | |
| tree | aea8d9a008436b668ba637fae59cc3f8668cebc9 /databases/libgda5-postgresql | |
| parent | 7024f1a4c3e8c2145c8acfc061b74d8dc6513c6f (diff) | |
Notes
Diffstat (limited to 'databases/libgda5-postgresql')
| -rw-r--r-- | databases/libgda5-postgresql/Makefile | 19 | ||||
| -rw-r--r-- | databases/libgda5-postgresql/pkg-plist | 20 |
2 files changed, 39 insertions, 0 deletions
diff --git a/databases/libgda5-postgresql/Makefile b/databases/libgda5-postgresql/Makefile new file mode 100644 index 000000000000..7b0302ccb605 --- /dev/null +++ b/databases/libgda5-postgresql/Makefile @@ -0,0 +1,19 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ +# $MCom: ports/trunk/databases/libgda5-postgresql/Makefile 18610 2013-06-30 16:33:05Z marcus $ + +PORTREVISION= 0 +CATEGORIES= databases gnome +PKGNAMESUFFIX= 5-postgresql + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Provides postgresql access for the libgda5 library + +MASTERDIR= ${.CURDIR}/../libgda5 +BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ +INSTALL_WRKSRC= ${BUILD_WRKSRC} +PLIST= ${.CURDIR}/pkg-plist + +LIBGDA5_SLAVE= postgresql + +.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda5-postgresql/pkg-plist b/databases/libgda5-postgresql/pkg-plist new file mode 100644 index 000000000000..02ae080c90e0 --- /dev/null +++ b/databases/libgda5-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 |
