# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /home/cvsroot/gentoo-x86/net-mail/autorespond/autorespond-2.0.2.ebuild,v 1 2002/07/17 15:54:03 j2ee Exp $ S=${WORKDIR}/${P} DESCRIPTION="Autoresponder add on package for qmailadmin" SRC_URI="http://www.inter7.com/devel/${P}.tar.gz" HOMEPAGE="http://inter7.com/devel/" KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" src_compile() { make || die } src_install () { dobin autorespond dodoc README }