summaryrefslogtreecommitdiff
path: root/lang/expect/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/expect/Makefile')
-rw-r--r--lang/expect/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile
deleted file mode 100644
index d295179f61ee..000000000000
--- a/lang/expect/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# New ports collection makefile for: expect
-# Version required: 5.12
-# Date created: 20 November 1994
-# Whom: pst
-#
-# $Id: Makefile,v 1.5 1995/04/15 05:44:32 asami Exp $
-#
-
-DISTNAME= expect-5.16
-CATEGORIES+= languages
-MASTER_SITES= ftp://ftp.cme.nist.gov/pub/expect/
-DISTFILES= expect.tar.gz
-
-LIB_DEPENDS= tcl\\.7\\.:${PORTSDIR}/lang/tcl \
- tk\\.3\\.:${PORTSDIR}/x11/tk
-
-HAS_CONFIGURE= yes
-GNU_CONFIGURE= yes
-
-.include <bsd.port.mk>