Tweak comms/cwdaemon version 0.9.4
[dports.git] / comms / tkhylafax / Makefile
1 # Created by: Andreas Klemm <andreas@klemm.gtn.com>
2 # $FreeBSD$
3
4 PORTNAME=       tkhylafax
5 PORTVERSION=    3.2b
6 PORTREVISION=   5
7 CATEGORIES=     comms tk
8 MASTER_SITES=   ftp://ftp.hylafax.org/contrib/tkhylafax/
9 DISTNAME=       ${PORTNAME}-${PORTVERSION:S/b/beta/}
10
11 MAINTAINER=     ports@FreeBSD.org
12 COMMENT=        Tcl/tk interface to Sam Leffler's fax package
13
14 RUN_DEPENDS=    sendfax:${PORTSDIR}/comms/hylafax \
15                 gv:${PORTSDIR}/print/gv
16
17 USE_GHOSTSCRIPT_RUN=    yes
18 USES+=          tk:run
19
20 WRKSRC=         ${WRKDIR}/tkhylafax
21 MAKE_ARGS=      STAGEDIR=${STAGEDIR} PREFIX=${STAGEDIR}${PREFIX} TCLSH=${TCLSH} WISH=${WISH}
22
23 .include <bsd.port.mk>