blob: 7b46a6500bae26f2b314255bf00328337f09abaf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: expect
# Version required: 5.12
# Date created: 20 November 1994
# Whom: pst
#
# $Id: Makefile,v 1.2 1995/01/05 03:13:03 jkh Exp $
#
DISTNAME= expect-5.13
MASTER_SITES= ftp://ftp.cme.nist.gov/pub/expect/
DISTFILES= expect.tar.gz
HAS_CONFIGURE= yes
GNU_CONFIGURE= yes
LIB_DEPENDS= tcl\\.7\\.:${PORTSDIR}/lang/tcl \
tk\\.3\\.:${PORTSDIR}/x11/tk
.include <bsd.port.mk>
|