# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils BSD_PN="spambnc" DESCRIPTION="Set of Procmail recipes for filtering spam" HOMEPAGE="http://www.spambouncer.org/" SRC_URI="mirror://freebsd/ports/packages/mail/${BSD_PN}-${PV}.tbz" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=mail-filter/procmail-3.22-r7 >=dev-lang/perl-5.8.8-r2" DEPEND="" S=${WORKDIR}/share/${BSD_PN} dir=/usr/share/${PN} src_unpack() { unpack ${A} cd "${S}" # Remove BSD-added file rm pkg-message } src_install () { insinto "${dir}" doins -r * || die "doins * failed" dodoc ../doc/${BSD_PN}/*.txt dohtml ../doc/${BSD_PN}/*.html }