summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>