# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Monkey's Audio Converter port for Linux" HOMEPAGE="http://sourceforge.net/projects/mac-port/" SRC_URI="mirror://sourceforge/mac-port/mac-3.99-u4-b3.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86" # evil version numbering S=${WORKDIR}/${PN}-3.99-u4-b3 IUSE="backward-compatible" DEPEND="dev-lang/nasm" src_compile() { econf `use_enable backward-compatible backward` || die "Configure failed" emake || die "Make failed" } src_install() { einstall || die "Install failed" dodoc AUTHORS INSTALL NEWS README TODO COPYING ${S}/src/License.htm ${S}/src/Readme.htm }