1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 inherit eutils autotools subversion
8 DESCRIPTION="A Ruijie and Cernet supplicant on Linux and MacOS"
9 HOMEPAGE="http://code.google.com/p/mentohust/"
10 ESVN_REPO_URI="http://mentohust.googlecode.com/svn/trunk/"
15 IUSE="debug libnotify +nls +arp +encryptpwd"
19 libnotify? ( x11-libs/libnotify )
32 $(use_enable libnotify notify) \
35 $(use_enable encryptpwd encodepass)
37 emake || die "emake failed"