summaryrefslogtreecommitdiffstats
path: root/databases/glom/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-26 02:16:27 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-26 02:16:27 +0800
commit6513d1092221b72c3243344abe07a9bf04bd8be4 (patch)
treea30c2c14132b5670a97716724fe385eb2aafab5b /databases/glom/Makefile
parent533bef7c2c5368837cf3802239a049ef3110b4cd (diff)
downloadmarcuscom-ports-6513d1092221b72c3243344abe07a9bf04bd8be4.tar
marcuscom-ports-6513d1092221b72c3243344abe07a9bf04bd8be4.tar.gz
marcuscom-ports-6513d1092221b72c3243344abe07a9bf04bd8be4.tar.bz2
marcuscom-ports-6513d1092221b72c3243344abe07a9bf04bd8be4.tar.lz
marcuscom-ports-6513d1092221b72c3243344abe07a9bf04bd8be4.tar.xz
marcuscom-ports-6513d1092221b72c3243344abe07a9bf04bd8be4.tar.zst
marcuscom-ports-6513d1092221b72c3243344abe07a9bf04bd8be4.zip
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
BTW: Can't be test due to BROKEN. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6806 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/glom/Makefile')
-rw-r--r--databases/glom/Makefile43
1 files changed, 43 insertions, 0 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile
new file mode 100644
index 000000000..08fb6a27e
--- /dev/null
+++ b/databases/glom/Makefile
@@ -0,0 +1,43 @@
+# New ports collection makefile for: glom
+# Date created: 24 April, 2005
+# Whom: Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= glom
+PORTVERSION= 0.8.30
+PORTREVISION= 2
+CATEGORIES= databases gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= GNOME database designed
+
+LIB_DEPENDS= bakery-2.4:${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_XLIB= yes
+USE_PYTHON= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack gnomeprefix pygnomeextras
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+INSTALLS_OMF= yes
+
+BROKEN= needs an update to 1.0
+
+.include <bsd.port.pre.mk>
+
+.if (${OSVERSION} < 500000)
+BROKEN= "Doesn't play well with 4.X."
+.endif
+
+.include <bsd.port.post.mk>