# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Mixminion is the reference implementation of the Type III Anonymous Remailer protocol." HOMEPAGE="http://www.mixminion.net/" SRC_URI="http://www.mixminion.net/dist/${PV}/Mixminion-${PV}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-lang/python dev-libs/openssl" RDEPEND="virtual/mda" S="${WORKDIR}/Mixminion-${PV}" src_compile() { epatch ${FILESDIR}/Makefile.patch emake || die "emake failed" } src_install() { make install PREFIX="/usr" DESTDIR="${D}" || die "Install failed!" dodoc README HACKING HISTORY TODO LICENSE ACKS }