# $Header: /magellan-cvs/smage/xauth/xauth-1.0.3-r1.smage2,v 1.1 2008/03/24 14:14:31 niro Exp $ PNAME="xauth" PVER="1.0.3" PBUILD="r1" PCATEGORIE="x11-apps" STATE="unstable" 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" sminclude xorg DEPEND=">= x11-libs/libX11-1 >= x11-libs/libXau-1 >= x11-libs/libXext-1 >= x11-libs/libXmu-1" src_compile() { cd ${SRCDIR} xorg_src_configure --enable-ipv6 || die mmake || die }