# $Id$ PNAME="libXaw" PVER="1.0.9" PBUILD="r3" PCATEGORIE="x11-libs" 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.4 >= x11-libs/libXt-1.1 >= x11-libs/libXmu-1.1 >= x11-libs/libXpm-3.5" SDEPEND=">= x11-proto/xproto-1" sminclude xorg mcore-split UP2DATE="updatecmd_xorg ${PNAME}" src_compile() { cd ${SRCDIR} # only need xaw6 for the ica-client # ica-client >= 10 needs xaw7! xorg_src_configure --disable-xaw8 --enable-xaw7 || die mmake || die }