summaryrefslogtreecommitdiff
path: root/databases/libgda5-mysql/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/libgda5-mysql/Makefile')
-rw-r--r--databases/libgda5-mysql/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/libgda5-mysql/Makefile b/databases/libgda5-mysql/Makefile
new file mode 100644
index 000000000000..a7e0a9daa248
--- /dev/null
+++ b/databases/libgda5-mysql/Makefile
@@ -0,0 +1,19 @@
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
+# $FreeBSD$
+# $MCom: ports/trunk/databases/libgda5-mysql/Makefile 18610 2013-06-30 16:33:05Z marcus $
+
+PORTREVISION= 0
+CATEGORIES= databases gnome
+PKGNAMESUFFIX= 5-mysql
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Provides mysql backend for the libgda5 library
+
+MASTERDIR= ${.CURDIR}/../libgda5
+BUILD_WRKSRC= ${WRKSRC}/providers/mysql/
+INSTALL_WRKSRC= ${BUILD_WRKSRC}
+PLIST= ${.CURDIR}/pkg-plist
+
+LIBGDA5_SLAVE= mysql
+
+.include "${MASTERDIR}/Makefile"