1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/lang/expect/Makefile
Mark Murray e2c8d7869b Bring this port up-to-date. It had no package info and was based on an old
tarball.
PLEASE REFETCH THIS TARBALL - THE CONTENTS HAVE CHANGED, THE NAME HAS NOT!
1995-12-07 22:18:39 +00:00

24 lines
467 B
Makefile

# New ports collection makefile for: expect
# Version required: 5.18
# Date created: 20 November 1994
# Whom: pst
#
# $Id: Makefile,v 1.7 1995/11/22 13:12:38 asami Exp $
#
DISTNAME= expect-5.18
CATEGORIES+= lang
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
test:
@(cd ${WRKSRC}; make test)
HAS_CONFIGURE= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>