diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-23 21:34:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-23 21:34:55 +0000 |
commit | e0e5dfc3de0652766124d7750341686156bf0428 (patch) | |
tree | 6981a1d9942485e12fb3a2896cf1fe8000415e72 /wm | |
parent | 50f0ba13f68d6382db6b1aac6ba331e9584cc952 (diff) | |
download | pkgsrc-e0e5dfc3de0652766124d7750341686156bf0428.tar.gz |
Remove some obsolete packages using gnome[1]-libs.
List posted to tech-pkg by jmmv on June 15, no negative comments.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/Makefile | 3 | ||||
-rw-r--r-- | wm/icewm-gnome/DESCR | 16 | ||||
-rw-r--r-- | wm/icewm-gnome/Makefile | 18 |
3 files changed, 1 insertions, 36 deletions
diff --git a/wm/Makefile b/wm/Makefile index aafced12cb3..557816a9df7 100644 --- a/wm/Makefile +++ b/wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2005/06/25 01:59:25 reed Exp $ +# $NetBSD: Makefile,v 1.74 2005/07/23 21:34:55 wiz Exp $ # COMMENT= X11 window managers, configuration tools, and themes @@ -32,7 +32,6 @@ SUBDIR+= golem SUBDIR+= icecc SUBDIR+= icepref SUBDIR+= icewm -SUBDIR+= icewm-gnome SUBDIR+= icewm-imlib SUBDIR+= icewmconf SUBDIR+= ion diff --git a/wm/icewm-gnome/DESCR b/wm/icewm-gnome/DESCR deleted file mode 100644 index 23fb6e3ac17..00000000000 --- a/wm/icewm-gnome/DESCR +++ /dev/null @@ -1,16 +0,0 @@ -IceWM provides a small, fast and familiar window manager for the X11 window -system. Compatibility with the mwm window manager is desired and will be -implemented where appropriate. - -IceWM is designed to emulate the look of Motif, OS/2 Warp 4, OS/2 Warp 3 and -Windows 95. It also tries to combine the feel of these systems whenever it -is compatible. Others might added in the future in the core distribution, -though many themes are available through the network. - -Generally, it tries to make all functions available both by keyboard and by -mouse (this is not currently possible when using mouse focus). - -This package provides IceWM linked against the Imlib library for graphics -support, which means that it supports all image formats supported by this -library (like PNG, JPEG, GIF and TIFF) and also includes several features -that make it more GNOME-friendly. diff --git a/wm/icewm-gnome/Makefile b/wm/icewm-gnome/Makefile deleted file mode 100644 index 07d70cc0758..00000000000 --- a/wm/icewm-gnome/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: Makefile,v 1.32 2005/01/20 04:27:48 xtraeme Exp $ - -PKGNAME= ${DISTNAME:S/-/-gnome-/} -COMMENT= Small, fast and light-weight window manager (GNOME version) - -CONFLICTS+= icewm-[0-9]* icewm-imlib-[0-9]* - -.include "../icewm/Makefile.common" - -PLIST_SRC= ${.CURDIR}/../icewm/PLIST - -CONFIGURE_ARGS+= --with-gnome-menus=yes -CONFIGURE_ARGS+= --with-imlib=yes -CONFIGURE_ARGS+= --with-xpm=no - -.include "../../graphics/imlib/buildlink3.mk" -.include "../../x11/gnome-libs/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |