# $Header: /magellan-cvs/smage/xmag/xmag-1.0.2-r2.smage2,v 1.1 2008/03/24 13:37:04 niro Exp $ PNAME="xmag" PVER="1.0.2" PBUILD="r2" PCATEGORIE="x11-apps" STATE="unstable" DESCRIPTION="The xmag program allows you to magnify portions of an X screen." HOMEPAGE="http://xorg.freedesktop.org" sminclude xorg DEPEND=">= x11-libs/libXaw-1" src_compile() { cd ${SRCDIR} xorg_src_configure --enable-xprint || die mmake || die }