summaryrefslogtreecommitdiffstats
path: root/databases/mergeant/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-26 01:46:16 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-26 01:46:16 +0800
commitce7f6e9d88280a65199654a5260fa5e6935524ff (patch)
tree7ba1e7867bbd1ada0725cfe280bd9f36eb8f78dd /databases/mergeant/Makefile
parent181f22437c81a50126939fff44f9bb9fa937ee74 (diff)
downloadmarcuscom-ports-ce7f6e9d88280a65199654a5260fa5e6935524ff.tar
marcuscom-ports-ce7f6e9d88280a65199654a5260fa5e6935524ff.tar.gz
marcuscom-ports-ce7f6e9d88280a65199654a5260fa5e6935524ff.tar.bz2
marcuscom-ports-ce7f6e9d88280a65199654a5260fa5e6935524ff.tar.lz
marcuscom-ports-ce7f6e9d88280a65199654a5260fa5e6935524ff.tar.xz
marcuscom-ports-ce7f6e9d88280a65199654a5260fa5e6935524ff.tar.zst
marcuscom-ports-ce7f6e9d88280a65199654a5260fa5e6935524ff.zip
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
BTW: databases/mergeant is the only one that is untest due to BROKEN. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6802 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/mergeant/Makefile')
-rw-r--r--databases/mergeant/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/databases/mergeant/Makefile b/databases/mergeant/Makefile
new file mode 100644
index 000000000..b57188354
--- /dev/null
+++ b/databases/mergeant/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: mergeant
+# Date created: 14 September 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= mergeant
+PORTVERSION= 0.62
+PORTREVISION= 3
+CATEGORIES= databases gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Provide uniform access to data sources for the GNOME 2 environment
+
+USE_BZIP2= yes
+USE_XLIB= yes
+USE_GETTEXT= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix intlhack gnomehack libgnomedb libgnomeprintui
+USE_PERL5= yes
+GNU_CONFIGURE= yes
+INSTALLS_OMF= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+BROKEN= does not build with new libgnomedb
+
+.include <bsd.port.mk>