freebsd-ports/comms/tkhylafax/Makefile

27 lines
627 B
Makefile
Raw Normal View History

# New ports collection Makefile for: tkhylafax
# Date created: Sun Jun 8 11:51:21 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
1999-08-25 07:28:01 +02:00
# $FreeBSD$
#
PORTNAME= tkhylafax
PORTVERSION= 3.2b
CATEGORIES= comms tk82
MASTER_SITES= ftp://ftp.hylafax.org/contrib/tkhylafax/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/beta/}
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= A tcl/tk interface to Sam Leffler's fax package
USE_GHOSTSCRIPT_RUN= yes
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \
sendfax:${PORTSDIR}/comms/hylafax \
gv:${PORTSDIR}/print/gv
WRKSRC= ${WRKDIR}/tkhylafax
MAN1= tkhylafax.1
.include <bsd.port.mk>