summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1994-11-15 20:44:51 +0000
committerPaul Traina <pst@FreeBSD.org>1994-11-15 20:44:51 +0000
commit08d7e9e7a2559e86f9fe97cff596262f5f839fe5 (patch)
treec2597373bee0bccbe264daa29ddb95920f315541 /lang
parentMake depends a separate target. Now you can select when the dependency (diff)
Expect 5.12 port
Notes
Notes: svn path=/head/; revision=383
Diffstat (limited to 'lang')
-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>