# $Header: /magellan-cvs/smage/potrace/potrace-1.8-r2.smage2,v 1.1 2008/08/18 16:11:36 niro Exp $ PNAME="potrace" PVER="1.8" PBUILD="r2" PCATEGORIE="media-gfx" STATE="unstable" DESCRIPTION="potrace transforms bitmaps into vector graphics." HOMEPAGE="http://potrace.sourceforge.net/" DEPEND=">= sys-libs/zlib-1" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( sourceforge://${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) src_compile() { cd ${SRCDIR} mconfigure --enable-zlib --enable-a4 || die mmake || die }