Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 72198
Collapse All | Expand All

(-)/usr/portage/x11-misc/wdm/wdm-1.26.ebuild (-8 / +5 lines)
Lines 1-30 Link Here
1
# Copyright 1999-2004 Gentoo Foundation
1
# Copyright 1999-2004 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/wdm-1.26.ebuild,v 1.5 2004/08/17 19:40:58 agriffis Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/wdm-1.27.ebuild,v 1.5 2004/08/17 19:40:58 agriffis Exp $
4
4
5
IUSE="truetype pam png jpeg gif tiff"
5
IUSE="truetype pam selinux"
6
6
7
DESCRIPTION="WINGs Display Manager"
7
DESCRIPTION="WINGs Display Manager"
8
HOMEPAGE="http://voins.program.ru/wdm/"
8
HOMEPAGE="http://voins.program.ru/wdm/"
9
SRC_URI="http://voins.program.ru/${PN}/${P}.tar.bz2"
9
SRC_URI="http://voins.program.ru/${PN}/${P}.tar.bz2"
10
10
11
SLOT="0"
11
SLOT="0"
12
KEYWORDS="x86 ~amd64 ~alpha"
12
KEYWORDS="~x86 ~amd64 ~alpha"
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
14
15
RDEPEND=">=x11-wm/windowmaker-0.70.0"
15
DEPEND="${RDEPEND}
16
DEPEND="${RDEPEND}
16
	virtual/x11
17
	virtual/x11
17
	sys-devel/gettext
18
	sys-devel/gettext
18
	truetype? ( virtual/xft )"
19
	truetype? ( virtual/xft )"
19
RDEPEND=">=x11-wm/windowmaker-0.65.1"
20
20
21
src_compile() {
21
src_compile() {
22
	local myconf=""
22
	local myconf=""
23
	use selinux && myconf="${myconf} --enable-selinux"
23
	use pam && myconf="${myconf} --enable-pam"
24
	use pam && myconf="${myconf} --enable-pam"
24
	use png || myconf="${myconf} --disable-png"
25
	use jpeg || myconf="${myconf} --disable-jpeg"
26
	use gif || myconf="${myconf} --disable-gif"
27
	use tiff || myconf="${myconf} --disable-tiff"
28
25
29
	econf \
26
	econf \
30
		--exec-prefix=/usr \
27
		--exec-prefix=/usr \

Return to bug 72198