# $Header: /magellan-cvs/smage/xedit/xedit-1.0.2-r5.smage2,v 1.1 2008/03/24 13:25:06 niro Exp $ PNAME="xedit" PVER="1.0.2" PBUILD="r5" PCATEGORIE="x11-apps" STATE="unstable" DESCRIPTION="Xedit provides a window for simple text editing." HOMEPAGE="http://xorg.freedesktop.org" sminclude xorg DEPEND=">= x11-libs/libXprintUtil-1 >= x11-libs/libXaw-1" src_compile() { cd ${SRCDIR} xorg_src_configure --enable-xprint || die mmake || die }