# $Id$ PNAME="xauth" PVER="1.0.10" PBUILD="r1" PCAT="x11-apps" DESCRIPTION="The xauth program is used to edit and display the authorization information used in connecting to the X server." HOMEPAGE="http://xorg.freedesktop.org" DEPEND=">= x11-libs/libX11-1 >= x11-libs/libXau-1 >= x11-libs/libXext-1 >= x11-libs/libXmu-1" msetfeature "!check" # disabled src_check - cmdtest not in tree sminclude xorg src_compile() { cd ${SRCDIR} xorg_src_configure --enable-ipv6 || die mmake || die }