# $Header: /magellan-cvs/smage/xfd/xfd-1.0.1-r4.smage2,v 1.1 2008/03/24 13:28:05 niro Exp $ PNAME="xfd" PVER="1.0.1" PBUILD="r4" PCATEGORIE="x11-apps" STATE="unstable" DESCRIPTION="Displays all the characters in an X font." HOMEPAGE="http://xorg.freedesktop.org" sminclude xorg DEPEND=">= media-libs/freetype-2 >= media-libs/fontconfig-2 >= x11-libs/libXft-1 >= x11-libs/libXaw-1" src_compile() { cd ${SRCDIR} xorg_src_configure --enable-xprint || die mmake || die }