summaryrefslogtreecommitdiffstats
path: root/databases/libgda5-jdbc/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-31 03:23:04 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-31 03:23:04 +0800
commitdf2b4e4b1a14772fbbb3fc61c67e035ca0f077ba (patch)
tree82440b55c4df3a0e7c359f0ea9fbbe1333d06cf5 /databases/libgda5-jdbc/Makefile
parent77e2e3e0e5326a7902d473e875a65dda11747b1e (diff)
downloadmarcuscom-ports-df2b4e4b1a14772fbbb3fc61c67e035ca0f077ba.tar
marcuscom-ports-df2b4e4b1a14772fbbb3fc61c67e035ca0f077ba.tar.gz
marcuscom-ports-df2b4e4b1a14772fbbb3fc61c67e035ca0f077ba.tar.bz2
marcuscom-ports-df2b4e4b1a14772fbbb3fc61c67e035ca0f077ba.tar.lz
marcuscom-ports-df2b4e4b1a14772fbbb3fc61c67e035ca0f077ba.tar.xz
marcuscom-ports-df2b4e4b1a14772fbbb3fc61c67e035ca0f077ba.tar.zst
marcuscom-ports-df2b4e4b1a14772fbbb3fc61c67e035ca0f077ba.zip
Add libgda 4.99.0.
The ui component is build agains gtk3. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15652 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/libgda5-jdbc/Makefile')
-rw-r--r--databases/libgda5-jdbc/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/databases/libgda5-jdbc/Makefile b/databases/libgda5-jdbc/Makefile
new file mode 100644
index 000000000..802e67296
--- /dev/null
+++ b/databases/libgda5-jdbc/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: libgda4-java
+# Date created: 10 Mar 2009
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD: ports/databases/libgda4-jdbc/Makefile,v 1.6 2011/03/03 10:21:36 kwm Exp $
+#
+
+PORTREVISION?= 0
+CATEGORIES= databases gnome
+PKGNAMESUFFIX?= -jdbc
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Provides Java DB Connector backend for the libgda5 library
+
+MASTERDIR= ${.CURDIR}/../libgda5
+BUILD_WRKSRC= ${WRKSRC}/providers/jdbc
+INSTALL_WRKSRC= ${BUILD_WRKSRC}
+PLIST= ${.CURDIR}/pkg-plist
+
+LIBGDA5_SLAVE= jdbc
+
+.include "${MASTERDIR}/Makefile"