# $Header: /magellan-cvs/smage/libXaw/libXaw-1.0.4-r2.smage2,v 1.1 2008/02/12 18:46:54 niro Exp $ PNAME="libXaw" PVER="1.0.4" PBUILD="r2" 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 DEPEND=">= x11-libs/libX11-1 >= x11-libs/libXt-1 >= x11-libs/libXmu-1 >= x11-libs/libXpm-1 >= x11-libs/libXp-1" SDEPEND=">= sys-apps/ed-0.2 >= x11-proto/xproto-1" src_compile() { cd ${SRCDIR} xorg_src_configure --enable-xaw8 || die mmake || die }