|
|
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.61.ebuild,v 1.14 2005/10/09 06:39:40 vapier Exp $ | # $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.61.ebuild,v 1.14 2005/10/09 06:39:40 vapier Exp $ |
| |
inherit eutils |
inherit eutils toolchain-funcs |
| |
DESCRIPTION="Extremely simple MTA to get mail off the system to a Mailhub" | DESCRIPTION="Extremely simple MTA to get mail off the system to a Mailhub" |
HOMEPAGE="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/" | HOMEPAGE="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/" |
|
|
S=${WORKDIR}/ssmtp-2.61 | S=${WORKDIR}/ssmtp-2.61 |
| |
src_compile() { | src_compile() { |
|
tc-export CC LD |
|
|
econf \ | econf \ |
--sysconfdir=/etc/ssmtp \ | --sysconfdir=/etc/ssmtp \ |
$(use_enable ssl) \ | $(use_enable ssl) \ |