diff options
author | andreas <andreas@FreeBSD.org> | 1997-06-08 19:23:36 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-06-08 19:23:36 +0800 |
commit | fd57914c223866b0bf3bcd262188680de36887fc (patch) | |
tree | c309bb6cb07ce031c21e3bb000cbe1920d716e38 /comms/tkhylafax/Makefile | |
parent | d5b9d15e309a7ac2b8fa870997f45db0b9012b24 (diff) | |
download | freebsd-ports-gnome-fd57914c223866b0bf3bcd262188680de36887fc.tar.gz freebsd-ports-gnome-fd57914c223866b0bf3bcd262188680de36887fc.tar.zst freebsd-ports-gnome-fd57914c223866b0bf3bcd262188680de36887fc.zip |
Added new port tkhylafax which is a tcl/tk frontend to Sam Lefflers
hylafax package. Packaging tested.
Diffstat (limited to 'comms/tkhylafax/Makefile')
-rw-r--r-- | comms/tkhylafax/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile new file mode 100644 index 000000000000..fda7e96c0d0e --- /dev/null +++ b/comms/tkhylafax/Makefile @@ -0,0 +1,24 @@ +# New ports collection Makefile for: tkhylafax-3.0 +# Version required: 3.0b2 +# Date released: Sun Jun 8 11:51:21 CEST 1997 +# Whom: Andreas Klemm <andreas@klemm.gtn.com> +# +# $Id$ +# + +DISTNAME= tkhylafax-3.0b2 +PKGNAME= tkhylafax-3.0 +CATEGORIES= comms +MASTER_SITES= http://www.NeoSoft.com/tcl/ftparchive/sorted/comm/tkhylafax-3.0b2/ + +MAINTAINER= andreas@FreeBSD.org + +WRKSRC= ${WRKDIR}/tkhylafax-3.0 +RUN_DEPENDS= wish4.2:${PORTSDIR}/x11/tk42 \ + sendfax:${PORTSDIR}/comms/hylafax \ + gs:${PORTSDIR}/print/ghostscript4 \ + gv:${PORTSDIR}/print/gv + +MAN1= tkhylafax.1 + +.include <bsd.port.mk> |