# $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" sminclude xorg # 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" UP2DATE="updatecmd_xorg ${PNAME}" src_compile() { cd ${SRCDIR} xorg_src_configure --disable-xaw8 || die mmake || die }