diff options
author | oliver <oliver@FreeBSD.org> | 2005-01-31 05:05:18 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-01-31 05:05:18 +0800 |
commit | 802b6828d39bd27a61ec00d9ba5c9c81d3822c08 (patch) | |
tree | e99f692939e98a344f313a7e065d3cacd3bac7d9 /x11-wm | |
parent | 17db7f11c51870dc4196ceacb3de12493db542ab (diff) | |
download | freebsd-ports-gnome-802b6828d39bd27a61ec00d9ba5c9c81d3822c08.tar.gz freebsd-ports-gnome-802b6828d39bd27a61ec00d9ba5c9c81d3822c08.tar.zst freebsd-ports-gnome-802b6828d39bd27a61ec00d9ba5c9c81d3822c08.zip |
remove xfce4-menueditor since it is now included in xfce4-desktop
Requested by: maintainer
Approved by: maintainer
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/xfce4-menueditor/Makefile | 38 | ||||
-rw-r--r-- | x11-wm/xfce4-menueditor/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/xfce4-menueditor/pkg-descr | 4 | ||||
-rw-r--r-- | x11-wm/xfce4-menueditor/pkg-plist | 2 |
5 files changed, 0 insertions, 47 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 3044cfee28eb..190590257842 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -115,7 +115,6 @@ SUBDIR += xfce SUBDIR += xfce4 SUBDIR += xfce4-desktop - SUBDIR += xfce4-menueditor SUBDIR += xfce4-panel SUBDIR += xfce4-session SUBDIR += xfce4-systray diff --git a/x11-wm/xfce4-menueditor/Makefile b/x11-wm/xfce4-menueditor/Makefile deleted file mode 100644 index 522a71b6cc33..000000000000 --- a/x11-wm/xfce4-menueditor/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: xfce4-menueditor -# Date created: 2004-01-22 -# Whom: Matt Lancereau <matt@rimasec.net> -# -# $FreeBSD$ -# - -PORTNAME= xfce4-menueditor -PORTVERSION= 1.05 -PORTREVISION= 4 -CATEGORIES= x11-wm xfce -MASTER_SITES= http://users.skynet.be/p0llux/files/ \ - http://matt.nerim.net/xfce-goodies/ -DIST_SUBDIR= xfce4 - -MAINTAINER= matt@bsdfly.org -COMMENT= Menu Editor for the XFce desktop environment - -LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ - xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui - -USE_GNOME= gtk20 libxml2 -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_REINPLACE= yes -USE_LIBTOOL_VER=15 -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ - CPPFLAGS=-I${LOCALBASE}/include \ - LIBS=-L${LOCALBASE}/lib - -WRKSRC= ${WRKDIR}/${PORTNAME} - -post-patch: - @${REINPLACE_CMD} -e 's|#include <libintl.h>||' \ - ${WRKSRC}/menueditor/menueditor.h - -.include <bsd.port.mk> diff --git a/x11-wm/xfce4-menueditor/distinfo b/x11-wm/xfce4-menueditor/distinfo deleted file mode 100644 index 148b4ecd46c2..000000000000 --- a/x11-wm/xfce4-menueditor/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xfce4/xfce4-menueditor-1.05.tar.bz2) = b461b210fa98fd4377f4ffcdcb049583 -SIZE (xfce4/xfce4-menueditor-1.05.tar.bz2) = 222093 diff --git a/x11-wm/xfce4-menueditor/pkg-descr b/x11-wm/xfce4-menueditor/pkg-descr deleted file mode 100644 index cadd65ef543b..000000000000 --- a/x11-wm/xfce4-menueditor/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Menu Editor for the XFce desktop environment. - -Author: Jean-Francois Wauthy <pollux@castor.be> -WWW: http://users.skynet.be/p0llux/ diff --git a/x11-wm/xfce4-menueditor/pkg-plist b/x11-wm/xfce4-menueditor/pkg-plist deleted file mode 100644 index 8cf9492c0a91..000000000000 --- a/x11-wm/xfce4-menueditor/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/xfce4-menueditor -share/locale/fr/LC_MESSAGES/xfce4-menueditor.mo |