# ksendfax-3.0.2.ebuild, 26-04-2005 inherit kde DESCRIPTION="A KDE frontend to known FAX packages like HylaFAX, efax or 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 scanner" IUSE="imagemagick" DEPEND="imagemagick? ( media-gfx/imagemagick )" ### scanner? ( media-gfx/sane-backends )" need-kde 3 export MAKEOPTS="$MAKEOPTS -j1" ### Scanner support to be fixed. ###use scanner && myconf="$myconf --with-sane" || myconf="$myconf --without-sane" src_compile() { myconf="$myconf --without-sane" kde_src_compile } pkg_postinst() { echo einfo "You have to install a fax-package to be able to really send" einfo "faxes, which has a command for sending a fax, such as HylaFAX," einfo "efax or mgetty+sendfax." echo }