Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/gnuradius-1.5.ebuild,v 1.2 2007/09/06 11:59:48 armin76 Exp $
inherit libtool eutils
inherit libtool eutils pam
MY_P="${P#gnu}"
local additional_conf=""
if use pam ; then
additional_conf="--with-pamdir=/$(get_libdir)/security"
additional_conf="--with-pamdir=$(getpam_mod_dir)"
fi
econf --enable-client \
$(use_with guile) \