# New ports collection makefile for: gnome-menu-editor # Date created: 2005-03-01 # Whom: Michael Johnson # # $FreeBSD$ # $MCom: ports/deskutils/gnome-menu-editor/Makefile,v 1.6 2005/07/01 17:57:13 marcus Exp $ # PORTNAME= gnome-menu-editor PORTVERSION= 0.5 CATEGORIES= deskutils MASTER_SITES= http://manny.cluecoder.org/packages/gnome-menu-editor/ MAINTAINER= gnome@FreeBSD.org COMMENT= Simple menu editor for Gnome USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack gnomemenus intlhack PLIST_FILES= bin/gnome-menu-editor \ share/gnome/applications/gnome-menu-editor.desktop post-patch: # Make .desktop file valid to desktop-file-validate @${REINPLACE_CMD} -e 's|OnlyShowIn=GNOME|OnlyShowIn=GNOME;|' \ ${WRKSRC}/data/gnome-menu-editor.desktop.in .include