aboutsummaryrefslogtreecommitdiffstats
path: root/lang/expect
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1994-11-16 04:44:51 +0800
committerpst <pst@FreeBSD.org>1994-11-16 04:44:51 +0800
commita1bd27138a2fab297545df604347567cd708a309 (patch)
treeb440706bd93be4d21382cce6b247dca5b9277e75 /lang/expect
parent5da7cc186ac4dbfdb4a6094f3f0c08e64b8d62d4 (diff)
downloadfreebsd-ports-gnome-a1bd27138a2fab297545df604347567cd708a309.tar.gz
freebsd-ports-gnome-a1bd27138a2fab297545df604347567cd708a309.tar.zst
freebsd-ports-gnome-a1bd27138a2fab297545df604347567cd708a309.zip
Expect 5.12 port
Diffstat (limited to 'lang/expect')
-rw-r--r--lang/expect/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile
new file mode 100644
index 000000000000..4ade944a06fc
--- /dev/null
+++ b/lang/expect/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: expect
+# Version required: 5.12
+# Date created: 20 November 1994
+# Whom: pst
+#
+# $Id$
+#
+
+DISTNAME= expect-5.12
+MASTER_SITES= ftp://ftp.cme.nist.gov/pub/expect/
+DISTFILES= expect.tar.gz
+HAS_CONFIGURE= yes
+GNU_CONFIGURE= yes
+
+DEPENDS= ${PORTSDIR}/lang/tcl ${PORTSDIR}/x11/tk
+
+.include <bsd.port.mk>