summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-03-27 11:45:24 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-03-27 11:45:24 +0000
commit4bd62ee7edc7980bf758a32a73c83ffdbdb492b2 (patch)
tree4614347ff7df042c29be73b062c8fe959dade0da /x11-wm
parentrepoman fix (diff)
downloadhistorical-4bd62ee7edc7980bf758a32a73c83ffdbdb492b2.tar.gz
historical-4bd62ee7edc7980bf758a32a73c83ffdbdb492b2.tar.bz2
historical-4bd62ee7edc7980bf758a32a73c83ffdbdb492b2.zip
repoman fix
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fvwm/fvwm-2.4.7-r1.ebuild23
1 files changed, 6 insertions, 17 deletions
diff --git a/x11-wm/fvwm/fvwm-2.4.7-r1.ebuild b/x11-wm/fvwm/fvwm-2.4.7-r1.ebuild
index c30c9171763c..36718439d888 100644
--- a/x11-wm/fvwm/fvwm-2.4.7-r1.ebuild
+++ b/x11-wm/fvwm/fvwm-2.4.7-r1.ebuild
@@ -1,18 +1,19 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.4.7-r1.ebuild,v 1.9 2003/02/13 17:48:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.4.7-r1.ebuild,v 1.10 2003/03/27 11:45:24 seemant Exp $
IUSE="ncurses gtk gnome"
S=${WORKDIR}/${P}
DESCRIPTION="an extremely powerful ICCCM-compliant multiple virtual desktop window manager"
+HOMEPAGE="http://www.fvwm.org/"
SRC_URI="ftp://ftp.fvwm.org/pub/fvwm/version-2/${P}.tar.bz2
http://www.igs.net/~tril/fvwm/configs/fvwm-patch"
-HOMEPAGE="http://www.fvwm.org/"
-LICENSE="GPL-2 & FVWM"
+
SLOT="0"
-KEYWORDS="x86 sparc "
+LICENSE="GPL-2 FVWM"
+KEYWORDS="x86 sparc"
DEPEND=">=dev-libs/libstroke-0.4
gtk? ( =x11-libs/gtk+-1.2* )
@@ -27,20 +28,8 @@ src_unpack() {
}
src_compile() {
- local myconf
-
- use gnome \
- && myconf="--with-gnome" \
- || myconf="--without-gnome" \
-
- ./configure \
- --prefix=/usr \
- --host=${CHOST} \
- --libexecdir=/usr/lib \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- ${myconf} || die
+ econf `use_with gnome` || die
emake || die
}