# $Id$ PNAME="libXaw" PVER="1.0.7" PBUILD="r1" PCATEGORIE="x11-libs" STATE="unstable" DESCRIPTION="X Athena Widgets is a widget set based on the X Toolkit Intrinsics (Xt) Library." HOMEPAGE="http://xorg.freedesktop.org" # note xprint needs libXp and --enable-xaw8 -- dropped xprint support! DEPEND=">= x11-libs/libX11-1 >= x11-libs/libXt-1 >= x11-libs/libXmu-1 >= x11-libs/libXpm-1" SDEPEND=">= sys-apps/ed-0.2 >= x11-proto/xproto-1" sminclude xorg mcore-split UP2DATE="updatecmd_xorg ${PNAME}" src_compile() { cd ${SRCDIR} # only need xaw6 for the ica-client xorg_src_configure --disable-xaw8 --disable-xaw7 || die mmake || die }