# ksendfax-3.0.2.ebuild, 26-04-2005 inherit kde DESCRIPTION="KDE frontend to fax packages like HylaFAX, efax and mgetty/sendfax." HOMEPAGE="http://ksendfax.sourceforge.net/" SRC_URI="mirror://sourceforge/ksendfax/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64 ~alpha ~ia64" IUSE="imagemagick" DEPEND="kde-base/kdemultimedia-arts imagemagick? ( media-gfx/imagemagick )" need-kde 3 export MAKEOPTS="$MAKEOPTS -j1" src_compile() { myconf="$myconf --without-sane" kde_src_compile } pkg_postinst() { echo einfo "You still have to install a fax backend in order to send faxes." einfo "(try net-misc/hylafax net-misc/efax or net-dialup/mgetty)" echo }