1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/lang/expect/Makefile

21 lines
435 B
Makefile
Raw Normal View History

1994-11-15 20:44:51 +00:00
# New ports collection makefile for: expect
# Version required: 5.12
# Date created: 20 November 1994
# Whom: pst
#
1995-04-15 05:44:50 +00:00
# $Id: Makefile,v 1.4 1995/04/01 12:46:43 jkh Exp $
1994-11-15 20:44:51 +00:00
#
1995-01-05 03:13:03 +00:00
DISTNAME= expect-5.13
CATEGORIES+= languages
1995-04-15 05:44:50 +00:00
MASTER_SITES= ftp://ftp.cme.nist.gov/pub/expect/
1994-11-15 20:44:51 +00:00
DISTFILES= expect.tar.gz
LIB_DEPENDS= tcl\\.7\\.:${PORTSDIR}/lang/tcl \
tk\\.3\\.:${PORTSDIR}/x11/tk
1994-11-15 20:44:51 +00:00
1995-04-15 05:44:50 +00:00
HAS_CONFIGURE= yes
GNU_CONFIGURE= yes
1994-11-15 20:44:51 +00:00
.include <bsd.port.mk>