# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils IUSE="" DESCRIPTION="Server Browser for Americas Army" HOMEPAGE="http://sourceforge.net/projects/aabrowse/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="virtual/x11 >=x11-libs/qt-3.0 >=dev-libs/geoip-1.3.0" src_compile() { export WANT_AUTOCONF=2.5 local myconf myconf="--enable-geoip" econf ${myconf} || die "configure failed" make || die "make failed" } src_install() { make DESTDIR=${D} install || die "make install failed" dodoc ChangeLog NEWS README TODO }