View | Details | Raw Unified
Collapse All | Expand All

(-) conserver-8.0.1.ebuild.orig (-5 / +8 lines)
 Lines 1-3    Link Here 
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# $Header: $
 Lines 7-23    Link Here 
LICENSE="BSD"
LICENSE="BSD"
SLOT="0"
SLOT="0"
KEYWORDS="~x86"
KEYWORDS="~x86 ~sparc"
IUSE="pam ssl"
IUSE="pam ssl tcpd"
DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g )
DEPEND="ssl?  ( >=dev-libs/openssl-0.9.6g )
	pam? ( sys-libs/pam )"
	pam?  ( sys-libs/pam )
	tcpd? ( sys-apps/tcp-wrappers )"
src_compile() {
src_compile() {
	econf \
	econf \
		$(use_with ssl openssl) \
		$(use_with ssl openssl) \
		$(use_with pam) \
		$(use_with pam) \
		--with-logfile=/var/consoles/conserver.log \
		$(use_with tcpd libwrap) \
		--with-logfile=/var/log/conserver.log \
		--with-pidfile=/var/run/conserver.pid \
		--with-pidfile=/var/run/conserver.pid \
		--with-cffile=conserver/conserver.cf \
		--with-cffile=conserver/conserver.cf \
		--with-pwdfile=conserver/conserver.passwd \
		--with-pwdfile=conserver/conserver.passwd \