summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-01 15:07:40 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-01 15:07:40 +0800
commit31c805482cb67cee7101b7398aeae7a85ad3d59d (patch)
tree2700a5758427cfaefc472ca953baae85e540d8c1
parent732a0d5d8695c7171f65487020283fc73441b723 (diff)
downloadmarcuscom-ports-31c805482cb67cee7101b7398aeae7a85ad3d59d.tar
marcuscom-ports-31c805482cb67cee7101b7398aeae7a85ad3d59d.tar.gz
marcuscom-ports-31c805482cb67cee7101b7398aeae7a85ad3d59d.tar.bz2
marcuscom-ports-31c805482cb67cee7101b7398aeae7a85ad3d59d.tar.lz
marcuscom-ports-31c805482cb67cee7101b7398aeae7a85ad3d59d.tar.xz
marcuscom-ports-31c805482cb67cee7101b7398aeae7a85ad3d59d.tar.zst
marcuscom-ports-31c805482cb67cee7101b7398aeae7a85ad3d59d.zip
Add gnome-menu-editor
Simple menu editor for Gnome Requested by: marcus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3757 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--deskutils/gnome-menu-editor/Makefile30
-rw-r--r--deskutils/gnome-menu-editor/distinfo2
-rw-r--r--deskutils/gnome-menu-editor/pkg-descr3
3 files changed, 35 insertions, 0 deletions
diff --git a/deskutils/gnome-menu-editor/Makefile b/deskutils/gnome-menu-editor/Makefile
new file mode 100644
index 000000000..2479abefa
--- /dev/null
+++ b/deskutils/gnome-menu-editor/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: gnome-menu-editor
+# Date created: 2005-03-01
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnome-menu-editor
+PORTVERSION= 0.1
+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_LIBTOOL_VER=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}/gnome-menu-editor.desktop.in
+
+.include <bsd.port.mk>
diff --git a/deskutils/gnome-menu-editor/distinfo b/deskutils/gnome-menu-editor/distinfo
new file mode 100644
index 000000000..cd2df3c16
--- /dev/null
+++ b/deskutils/gnome-menu-editor/distinfo
@@ -0,0 +1,2 @@
+MD5 (gnome-menu-editor-0.1.tar.gz) = 34ee57b0936e7e9757bf4cd2a330dc1e
+SIZE (gnome-menu-editor-0.1.tar.gz) = 344990
diff --git a/deskutils/gnome-menu-editor/pkg-descr b/deskutils/gnome-menu-editor/pkg-descr
new file mode 100644
index 000000000..2df7c10f5
--- /dev/null
+++ b/deskutils/gnome-menu-editor/pkg-descr
@@ -0,0 +1,3 @@
+Simple menu editor for Gnome
+
+WWW: http://manny.cluecoder.org/packages/gnome-menu-editor/