summaryrefslogtreecommitdiff
path: root/comms/tkhylafax/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>1999-08-11 06:18:13 +0000
committerrh <rh@pkgsrc.org>1999-08-11 06:18:13 +0000
commit2666f63c506c8bed7d7f8b8208ba435e91514f5e (patch)
tree0613fb6c6ee9174258b0125d99c1451fa3190099 /comms/tkhylafax/Makefile
parentbad0d555401cbe7bf7f80ea4d6ff8f170f27e8fd (diff)
downloadpkgsrc-2666f63c506c8bed7d7f8b8208ba435e91514f5e.tar.gz
Initial import of FreeBSD port of tkhylafax-3.1, a tcl/tk interface to Sam
Leffler's fax package.
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 00000000000..7f28a318d31
--- /dev/null
+++ b/comms/tkhylafax/Makefile
@@ -0,0 +1,24 @@
+# New ports collection Makefile for: tkhylafax-3.0
+# Version required: 3.0b2
+# Date created: Sun Jun 8 11:51:21 CEST 1997
+# Whom: Andreas Klemm <andreas@klemm.gtn.com>
+#
+# $Id: Makefile,v 1.1.1.1 1999/08/11 06:18:13 rh Exp $
+#
+
+DISTNAME= tkhylafax-3.0b2
+PKGNAME= tkhylafax-3.0
+CATEGORIES= comms tk42
+MASTER_SITES= http://www.NeoSoft.com/tcl/ftparchive/sorted/comm/tkhylafax-3.0b2/
+
+MAINTAINER= andreas@FreeBSD.ORG
+
+RUN_DEPENDS= wish4.2:${PORTSDIR}/x11-toolkits/tk42 \
+ sendfax:${PORTSDIR}/comms/hylafax \
+ gs:${PORTSDIR}/print/ghostscript4 \
+ gv:${PORTSDIR}/print/gv
+
+WRKSRC= ${WRKDIR}/tkhylafax-3.0
+MAN1= tkhylafax.1
+
+.include <bsd.port.mk>