diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-05 21:06:55 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-05 21:06:55 +0800 |
commit | 14f543713645c3fcadbf41408d8d2587a8a459e4 (patch) | |
tree | 433fdb064403d4501781eea3d784ef968ef1eb0e /databases/libgda3-mysql | |
parent | 2c1b69a7ec9041cc59ee504f4d98d1385cfa0a6c (diff) | |
download | marcuscom-ports-14f543713645c3fcadbf41408d8d2587a8a459e4.tar marcuscom-ports-14f543713645c3fcadbf41408d8d2587a8a459e4.tar.gz marcuscom-ports-14f543713645c3fcadbf41408d8d2587a8a459e4.tar.bz2 marcuscom-ports-14f543713645c3fcadbf41408d8d2587a8a459e4.tar.lz marcuscom-ports-14f543713645c3fcadbf41408d8d2587a8a459e4.tar.xz marcuscom-ports-14f543713645c3fcadbf41408d8d2587a8a459e4.tar.zst marcuscom-ports-14f543713645c3fcadbf41408d8d2587a8a459e4.zip |
Update to 3.0.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10348 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/libgda3-mysql')
-rw-r--r-- | databases/libgda3-mysql/Makefile | 25 | ||||
-rw-r--r-- | databases/libgda3-mysql/pkg-plist | 14 |
2 files changed, 39 insertions, 0 deletions
diff --git a/databases/libgda3-mysql/Makefile b/databases/libgda3-mysql/Makefile new file mode 100644 index 000000000..5f0955eaf --- /dev/null +++ b/databases/libgda3-mysql/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: libgda2 +# Date created: 02 June 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION?= 0 +CATEGORIES= databases gnome +PKGNAMESUFFIX?= -mysql + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Provides mysql backend for the libgda3 library + +MASTERDIR= ${.CURDIR}/../libgda3 +BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ +INSTALL_WRKSRC= ${BUILD_WRKSRC} +PLIST= ${.CURDIR}/pkg-plist + +LIBGDA3_SLAVE= mysql + +USE_GNOME+= libgda3 + +.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-mysql/pkg-plist b/databases/libgda3-mysql/pkg-plist new file mode 100644 index 000000000..de9338565 --- /dev/null +++ b/databases/libgda3-mysql/pkg-plist @@ -0,0 +1,14 @@ +lib/libgda-%%VERSION%%/providers/libgda-mysql.a +lib/libgda-%%VERSION%%/providers/libgda-mysql.la +lib/libgda-%%VERSION%%/providers/libgda-mysql.so +libdata/pkgconfig/libgda-mysql-%%VERSION%%.pc +share/libgda-%%VERSION%%/mysql_specs_add_column.xml +share/libgda-%%VERSION%%/mysql_specs_create_db.xml +share/libgda-%%VERSION%%/mysql_specs_create_index.xml +share/libgda-%%VERSION%%/mysql_specs_create_table.xml +share/libgda-%%VERSION%%/mysql_specs_drop_column.xml +share/libgda-%%VERSION%%/mysql_specs_drop_db.xml +share/libgda-%%VERSION%%/mysql_specs_drop_index.xml +share/libgda-%%VERSION%%/mysql_specs_drop_table.xml +share/libgda-%%VERSION%%/mysql_specs_dsn.xml +share/libgda-%%VERSION%%/mysql_specs_rename_table.xml |