aboutsummaryrefslogtreecommitdiff
path: root/comms/tkhylafax/Makefile
blob: 37a88ce6d67835c12dec21b95b5a5151ee4a1a9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Andreas Klemm <andreas@klemm.gtn.com>

PORTNAME=	tkhylafax
PORTVERSION=	3.2b
PORTREVISION=	6
CATEGORIES=	comms tk
MASTER_SITES=	ftp://ftp.hylafax.org/contrib/tkhylafax/
DISTNAME=	${PORTNAME}-${PORTVERSION:S/b/beta/}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Tcl/tk interface to Sam Leffler's fax package

RUN_DEPENDS=	sendfax:comms/hylafax \
		gv:print/gv

USES=		tk:run

WRKSRC=		${WRKDIR}/tkhylafax
MAKE_ARGS=	STAGEDIR=${STAGEDIR} PREFIX=${STAGEDIR}${PREFIX} TCLSH=${TCLSH} WISH=${WISH}

.include <bsd.port.mk>