1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
7 MY_P
="${PN}-gtk2-${PV}"
8 DESCRIPTION
="GeMan X is a branch of PCMan X."
9 HOMEPAGE
="http://code.google.com/p/gemanx/"
10 SRC_URI
="http://gemanx.googlecode.com/files/${MY_P}.tar.gz"
15 IUSE
="debug +imageview iplookup libnotify mmx socks5"
22 libnotify? ( x11-libs/libnotify )
33 $
(use_enable imageview
) \
34 $
(use_enable iplookup
) \
35 $
(use_enable libnotify
) \
37 $
(use_enable socks5 proxy
)
41 emake DESTDIR
="${D}" install || die
"Install failed"