# $Header: /magellan-cvs/smage/listres/listres-1.0.1-r4.smage2,v 1.1 2008/03/23 21:01:49 niro Exp $ PNAME="listres" PVER="1.0.1" PBUILD="r4" PCATEGORIE="x11-apps" STATE="unstable" DESCRIPTION="The listres program generates a list of a widget's resource database." HOMEPAGE="http://xorg.freedesktop.org" sminclude xorg DEPEND=">= x11-libs/libX11-1 >= x11-libs/libXt-1 >= x11-libs/libXmu-1 >= x11-libs/libXaw-1" src_compile() { cd ${SRCDIR} xorg_src_configure --enable-xprint || die mmake || die }