blob: c8ec58f3edb73dffd8c07225bfdbd2dcfac73e47 (
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-2002 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.5 2002/10/05 05:39:28 drobbins Exp $
IUSE="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 sparc64"
myconf="--with-x \
--enable-shape \
--enable-slit \
--enable-interlace \
--enable-clobber"
mydoc="CHANGE* LICENSE BUGS CodingStyle data/README*"
|