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