mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Add gnome-menu-editor
Simple menu editor for Gnome
This commit is contained in:
parent
9ef7a446db
commit
f8f737d4d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130983
@ -47,6 +47,7 @@
|
||||
SUBDIR += glabels
|
||||
SUBDIR += gmcal
|
||||
SUBDIR += gnochm
|
||||
SUBDIR += gnome-menu-editor
|
||||
SUBDIR += gnomeblog
|
||||
SUBDIR += gnomepim
|
||||
SUBDIR += gnomeutils2
|
||||
|
30
deskutils/gnome-menu-editor/Makefile
Normal file
30
deskutils/gnome-menu-editor/Makefile
Normal file
@ -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>
|
2
deskutils/gnome-menu-editor/distinfo
Normal file
2
deskutils/gnome-menu-editor/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (gnome-menu-editor-0.1.tar.gz) = 34ee57b0936e7e9757bf4cd2a330dc1e
|
||||
SIZE (gnome-menu-editor-0.1.tar.gz) = 344990
|
3
deskutils/gnome-menu-editor/pkg-descr
Normal file
3
deskutils/gnome-menu-editor/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Simple menu editor for Gnome
|
||||
|
||||
WWW: http://manny.cluecoder.org/packages/gnome-menu-editor/
|
Loading…
Reference in New Issue
Block a user