mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
18 lines
337 B
Makefile
18 lines
337 B
Makefile
|
# 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>
|