# $Id: xhost-1.0.3-r1.smage2 3447 2009-10-21 20:17:18Z niro $ PNAME="xhost" PVER="1.0.4" PBUILD="r1" PCATEGORIE="x11-apps" STATE="unstable" DESCRIPTION="Server access control program for X." HOMEPAGE="http://xorg.freedesktop.org" DEPEND=">= x11-libs/libX11-1.4 >= x11-libs/libXmu-1" sminclude xorg UP2DATE="updatecmd_xorg ${PNAME}" src_compile() { cd ${SRCDIR} xorg_src_configure --enable-ipv6 || die mmake || die }