aboutsummaryrefslogtreecommitdiff
path: root/comms/tkhylafax/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-06-08 11:23:36 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-06-08 11:23:36 +0000
commita57abb68af0b60bb8eec0d13ec7e678eaeb42f0f (patch)
tree130963875e0e91a02ca957ca04d71cbe240732b0 /comms/tkhylafax/Makefile
parentc0e84f1f0b79be4f9bea6849e41e728f2695476f (diff)
downloadports-a57abb68af0b60bb8eec0d13ec7e678eaeb42f0f.tar.gz
ports-a57abb68af0b60bb8eec0d13ec7e678eaeb42f0f.zip
Added new port tkhylafax which is a tcl/tk frontend to Sam Lefflers
hylafax package. Packaging tested.
Notes
Notes: svn path=/head/; revision=6797
Diffstat (limited to 'comms/tkhylafax/Makefile')
-rw-r--r--comms/tkhylafax/Makefile24
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>