summaryrefslogtreecommitdiff
path: root/databases/libgda5-ui/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-09-06 11:43:34 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-09-06 11:43:34 +0000
commit60dbc060c34744dd55726fe83163eee3d49b4efe (patch)
treeaea8d9a008436b668ba637fae59cc3f8668cebc9 /databases/libgda5-ui/Makefile
parentChange bogus optimization option -O6 to a more sane -O3 to unbreak the build (diff)
Repo copy libgda4 ports to libgda5 and libgdamm to libgdamm5.
Update libgda5 to 5.0.3 and libgdamm5 to 4.99.6. Libgda 5 is the new version of libgda data abstraction library. Obtained from: gnome dev repo.
Notes
Notes: svn path=/head/; revision=326490
Diffstat (limited to 'databases/libgda5-ui/Makefile')
-rw-r--r--databases/libgda5-ui/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/databases/libgda5-ui/Makefile b/databases/libgda5-ui/Makefile
new file mode 100644
index 000000000000..601b4c2f979a
--- /dev/null
+++ b/databases/libgda5-ui/Makefile
@@ -0,0 +1,29 @@
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
+# $FreeBSD$
+# $MCom: ports/trunk/databases/libgda5-ui/Makefile 17268 2013-04-01 05:13:11Z marcus $
+
+PORTREVISION= 1
+CATEGORIES= databases gnome
+PKGNAMESUFFIX= 5-ui
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= The libgda 5 ui library
+
+MASTERDIR= ${.CURDIR}/../libgda5
+PLIST= ${.CURDIR}/pkg-plist
+
+CONFLICTS= libgda4-4.*
+
+LIBGDA5_SLAVE= ui
+
+do-build:
+ @cd ${WRKSRC}/libgda-ui && ${GMAKE}
+ @cd ${WRKSRC}/control-center && ${GMAKE}
+ @cd ${WRKSRC}/tools/browser && ${GMAKE}
+
+do-install:
+ @cd ${WRKSRC}/libgda-ui && ${GMAKE} install
+ @cd ${WRKSRC}/control-center && ${GMAKE} install
+ @cd ${WRKSRC}/tools/browser && ${GMAKE} install
+
+.include "${MASTERDIR}/Makefile"