# ========================================================================== # This ebuild come from fantoo repository. Zugaina.org only host a copy. # For more info go to http://gentoo.zugaina.org/ # ***************** General Portage Overlay (11/20/06) ***************** # ========================================================================== # 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-b5.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="amd64 x86" # evil version numbering S=${WORKDIR}/${PN}-3.99-u4-b5 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 }