summaryrefslogtreecommitdiffstats
path: root/databases/glom/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2005-04-25 10:22:04 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2005-04-25 10:22:04 +0800
commite5b19b3691fff0e9f0229d2eff13eeadf652f7f2 (patch)
tree2b7e6c355ec8a1ed1681955e4acc833510115911 /databases/glom/Makefile
parentc1dc29eb01fe45feb6653b9da2a490faa106c886 (diff)
downloadmarcuscom-ports-e5b19b3691fff0e9f0229d2eff13eeadf652f7f2.tar
marcuscom-ports-e5b19b3691fff0e9f0229d2eff13eeadf652f7f2.tar.gz
marcuscom-ports-e5b19b3691fff0e9f0229d2eff13eeadf652f7f2.tar.bz2
marcuscom-ports-e5b19b3691fff0e9f0229d2eff13eeadf652f7f2.tar.lz
marcuscom-ports-e5b19b3691fff0e9f0229d2eff13eeadf652f7f2.tar.xz
marcuscom-ports-e5b19b3691fff0e9f0229d2eff13eeadf652f7f2.tar.zst
marcuscom-ports-e5b19b3691fff0e9f0229d2eff13eeadf652f7f2.zip
Add glom, a GUI RAD database designer thinger app.
It won't build on 4.X because of some sigc++ weirdness. Somebody who's interested should look into it! git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3946 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/glom/Makefile')
-rw-r--r--databases/glom/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile
new file mode 100644
index 000000000..990cd8897
--- /dev/null
+++ b/databases/glom/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: glom
+# Date created: 24 April, 2005
+# Whom: Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= glom
+PORTVERSION= 0.8.24
+CATEGORIES= databases gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GNOME database designed
+
+LIB_DEPENDS= bakery-2.3:${PORTSDIR}/x11-toolkits/bakery \
+ gdamm-1.3:${PORTSDIR}/databases/libgdamm
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
+RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_PYTHON= yes
+
+USE_LIBTOOL_VER=15
+USE_GMAKE= yes
+USE_GNOME= gnomehack gnomeprefix pygnomeextras
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+INSTALLS_OMF= yes
+
+.include <bsd.port.pre.mk>
+
+.if (${OSVERSION} < 500000)
+BROKEN= "Doesn't play well with 4.X."
+.endif
+
+.include <bsd.port.post.mk>