blob: 916156039e3d61bc02c5f14f0031a82cddbc86c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-1.2.4.ebuild,v 1.8 2003/05/20 21:39:09 mkeadle Exp $
IUSE="gnome kde nls"
inherit commonbox
S=${WORKDIR}/${P}
DESCRIPTION="Window manager based on BlackBox"
SRC_URI="ftp://sunsite.dk/projects/openbox/${P}.tar.gz"
HOMEPAGE="http://openbox.sunsite.dk"
SLOT="1"
LICENSE="BSD"
KEYWORDS="x86 ppc sparc "
myconf="--with-x \
--enable-shape \
--enable-slit \
--enable-interlace \
--enable-clobber"
mydoc="CHANGE* LICENSE BUGS CodingStyle data/README*"
|