summaryrefslogtreecommitdiffstats
path: root/devel/gconfmm26/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-22 01:40:06 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-22 01:40:06 +0800
commit585f976ba45b27b4f8eec85ec3636866de069611 (patch)
tree09a1a4e7be94be22183b25aca13f814ffcd4c5c4 /devel/gconfmm26/Makefile
parent56a9133705f14e7373c28ae51b89cbcc1f827a13 (diff)
downloadmarcuscom-ports-585f976ba45b27b4f8eec85ec3636866de069611.tar
marcuscom-ports-585f976ba45b27b4f8eec85ec3636866de069611.tar.gz
marcuscom-ports-585f976ba45b27b4f8eec85ec3636866de069611.tar.bz2
marcuscom-ports-585f976ba45b27b4f8eec85ec3636866de069611.tar.lz
marcuscom-ports-585f976ba45b27b4f8eec85ec3636866de069611.tar.xz
marcuscom-ports-585f976ba45b27b4f8eec85ec3636866de069611.tar.zst
marcuscom-ports-585f976ba45b27b4f8eec85ec3636866de069611.zip
Chase the LOCALBASE move for gtkmm24.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6673 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gconfmm26/Makefile')
-rw-r--r--devel/gconfmm26/Makefile43
1 files changed, 43 insertions, 0 deletions
diff --git a/devel/gconfmm26/Makefile b/devel/gconfmm26/Makefile
new file mode 100644
index 000000000..3ca6c3389
--- /dev/null
+++ b/devel/gconfmm26/Makefile
@@ -0,0 +1,43 @@
+# New ports collection makefile for: gconfmm
+# Date created: 22 May 2003
+# Whom: Alexander Nedotsukov <bland@mail.ru>
+#
+# $FreeBSD$
+# $MCom: ports/devel/gconfmm26/Makefile,v 1.10 2006/04/13 07:52:32 bland Exp $
+#
+
+PORTNAME= gconfmm
+PORTVERSION= 2.14.2
+PORTREVISION= 1
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= bland@FreeBSD.org
+COMMENT= C++ wrapper for gconf2 API library
+
+LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm
+BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
+ ${LOCALBASE}/lib/libgtkmm-2.4.so.1:${PORTSDIR}/x11-toolkits/gtkmm24
+
+LATEST_LINK= gconfmm26
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GCC= 3.4
+USE_GNOME= gnomehack gconf2
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_ARGS= --enable-static
+
+PLIST_SUB= VERSION="2.6" API_VERSION="2.6"
+
+post-patch:
+ @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \
+ ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \
+ ${WRKSRC}/tools/extra_defs_gen/Makefile.in
+
+.include <bsd.port.mk>