summaryrefslogtreecommitdiff
path: root/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild')
-rw-r--r--x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild b/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild
deleted file mode 100644
index 97e5bc202da6..000000000000
--- a/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-IUSE=""
-DESCRIPTION="WindowMaker browser launcher docklet"
-HOMEPAGE="http://freshmeat.net/projects/wmnetselect/"
-SRC_URI="ftp://ftp11.freebsd.org/pub/FreeBSD/ports/distfiles/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc amd64 ppc"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXmu
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xproto
- x11-proto/xextproto
- x11-misc/imake"
-
-src_compile() {
- xmkmf || die
- emake CDEBUGFLAGS="${CFLAGS}" LDOPTIONS="${LDFLAGS}" wmnetselect || die
-}
-
-src_install () {
- dobin wmnetselect
- dodoc README ChangeLog TODO README.html
-}