summaryrefslogtreecommitdiffstats
path: root/databases/mergeant/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-06-08 07:01:46 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-06-08 07:01:46 +0800
commita5424ff9cac4db3f1f3b7e7226e00e29d6842e69 (patch)
tree2b6813936fb7cf1090d573f4ef9dcf78efcf7b54 /databases/mergeant/Makefile
parentaebf775ee0eb00df2d2644dde331a77e03a6b159 (diff)
downloadmarcuscom-ports-a5424ff9cac4db3f1f3b7e7226e00e29d6842e69.tar
marcuscom-ports-a5424ff9cac4db3f1f3b7e7226e00e29d6842e69.tar.gz
marcuscom-ports-a5424ff9cac4db3f1f3b7e7226e00e29d6842e69.tar.bz2
marcuscom-ports-a5424ff9cac4db3f1f3b7e7226e00e29d6842e69.tar.lz
marcuscom-ports-a5424ff9cac4db3f1f3b7e7226e00e29d6842e69.tar.xz
marcuscom-ports-a5424ff9cac4db3f1f3b7e7226e00e29d6842e69.tar.zst
marcuscom-ports-a5424ff9cac4db3f1f3b7e7226e00e29d6842e69.zip
Update to 0.60.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4036 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/mergeant/Makefile')
-rw-r--r--databases/mergeant/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/databases/mergeant/Makefile b/databases/mergeant/Makefile
new file mode 100644
index 000000000..a76f62bef
--- /dev/null
+++ b/databases/mergeant/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: mergeant
+# Date created: 14 September 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/databases/mergeant/Makefile,v 1.22 2005/03/12 10:39:22 marcus Exp $
+#
+
+PORTNAME= mergeant
+PORTVERSION= 0.60
+CATEGORIES= databases gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.60
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Provide uniform access to data sources for the GNOME 2 environment
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix intlhack gnomehack libgnomedb libgnomeprintui
+USE_PERL5= yes
+USE_LIBTOOL_VER=15
+INSTALLS_OMF= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>