# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A graphical editor for DNS master files" HOMEPAGE="http://www.posadis.org/projects/mfedit.php" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND=">=dev-cpp/poslib-0.9.7 =x11-libs/gtk+-1.2*" RDEPEND=">=dev-cpp/poslib-0.9.7 =x11-libs/gtk+-1.2*" S=${WORKDIR}/${P} SRC_URI="http://aleron.dl.sourceforge.net/sourceforge/posadis/${P}.tar.gz http://umn.dl.sourceforge.net/sourceforge/posadis/${P}.tar.gz http://cesnet.dl.sourceforge.net/sourceforge/posadis/${P}.tar.gz http://flow.dl.sourceforge.net/sourceforge/posadis/${P}.tar.gz http://heanet.dl.sourceforge.net/sourceforge/posadis/${P}.tar.gz http://switch.dl.sourceforge.net/sourceforge/posadis/${P}.tar.gz http://easynews.dl.sourceforge.net/sourceforge/posadis/${P}.tar.gz http://twtelecom.dl.sourceforge.net/sourceforge/posadis/${P}.tar.gz http://belnet.dl.sourceforge.net/sourceforge/posadis/${P}.tar.gz" src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --with-cxxflags="${CXXFLAGS}" \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die } src_install() { einstall || die }