# $Header: /magellan-cvs/smage/xclipboard/xclipboard-1.0.1-r4.smage2,v 1.1 2008/03/23 21:11:11 niro Exp $ PNAME="xclipboard" PVER="1.0.1" PBUILD="r4" PCATEGORIE="x11-apps" STATE="unstable" DESCRIPTION="The xclipboard program is used to collect and display text selections that are sent to the CLIPBOARD by other clients." HOMEPAGE="http://xorg.freedesktop.org" sminclude xorg DEPEND=">= x11-libs/libXaw-1" src_compile() { cd ${SRCDIR} xorg_src_configure --enable-xprint || die mmake || die }