# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="GNU getopt library" HOMEPAGE="http://www.freshports.org/devel/libgnugetopt/" SRC_URI="ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/libgnugetopt-1.2.tar.bz2" RESTRICT="nomirror" LICENSE="BSD" SLOT="0" KEYWORDS="~mips-irix" IUSE="" DEPEND="" RDEPEND="" src_unpack() { unpack "${A}" cd "${S}" epatch "${FILESDIR}"/${P}-irix.patch } src_install() { emake DESTDIR="${D}" install || die "emake install failed." dodoc README }