summaryrefslogtreecommitdiffstats
path: root/deskutils/gnome-menu-editor/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-24 04:34:48 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-24 04:34:48 +0800
commit6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6 (patch)
tree81f3a8c4095040ea7f5dc4fabf06780b4abd2111 /deskutils/gnome-menu-editor/Makefile
parent3f2d648b714133754d45834582aebaf05cef4600 (diff)
downloadmarcuscom-ports-6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6.tar
marcuscom-ports-6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6.tar.gz
marcuscom-ports-6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6.tar.bz2
marcuscom-ports-6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6.tar.lz
marcuscom-ports-6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6.tar.xz
marcuscom-ports-6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6.tar.zst
marcuscom-ports-6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6.zip
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9242 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gnome-menu-editor/Makefile')
-rw-r--r--deskutils/gnome-menu-editor/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/deskutils/gnome-menu-editor/Makefile b/deskutils/gnome-menu-editor/Makefile
new file mode 100644
index 000000000..7f3aec1ba
--- /dev/null
+++ b/deskutils/gnome-menu-editor/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: gnome-menu-editor
+# Date created: 2005-03-01
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/deskutils/gnome-menu-editor/Makefile,v 1.11 2006/09/01 20:29:54 ahze Exp $
+#
+
+PORTNAME= gnome-menu-editor
+PORTVERSION= 0.6
+PORTREVISION= 4
+CATEGORIES= deskutils
+MASTER_SITES= http://manny.cluecoder.org/packages/gnome-menu-editor/
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Simple menu editor for Gnome
+
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack gnomemenus intlhack
+USE_GETTEXT= yes
+USE_XLIB= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|' \
+ ${WRKSRC}/src/gme-util.c
+# Make .desktop file valid to desktop-file-validate
+ @${REINPLACE_CMD} -e 's|OnlyShowIn=GNOME|OnlyShowIn=GNOME;|' \
+ ${WRKSRC}/data/gnome-menu-editor.desktop.in
+
+post-install:
+ ${LN} -sf ${PREFIX}/bin/gnome-menu-editor \
+ ${PREFIX}/bin/gmenu-simple-editor
+
+.include <bsd.port.mk>