aboutsummaryrefslogtreecommitdiffstats
path: root/comms/tkhylafax/Makefile
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1997-06-08 19:23:36 +0800
committerandreas <andreas@FreeBSD.org>1997-06-08 19:23:36 +0800
commitfd57914c223866b0bf3bcd262188680de36887fc (patch)
treec309bb6cb07ce031c21e3bb000cbe1920d716e38 /comms/tkhylafax/Makefile
parentd5b9d15e309a7ac2b8fa870997f45db0b9012b24 (diff)
downloadfreebsd-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/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>