1994-11-15 20:44:51 +00:00
|
|
|
# New ports collection makefile for: expect
|
|
|
|
# Date created: 20 November 1994
|
|
|
|
# Whom: pst
|
|
|
|
#
|
1999-08-25 06:35:40 +00:00
|
|
|
# $FreeBSD$
|
1994-11-15 20:44:51 +00:00
|
|
|
|
2000-04-12 06:21:15 +00:00
|
|
|
PORTNAME= expect
|
2000-08-12 11:33:18 +00:00
|
|
|
PORTVERSION= 5.32.1
|
1999-11-01 00:38:05 +00:00
|
|
|
CATEGORIES= lang tcl82 tk82
|
1999-08-19 03:19:03 +00:00
|
|
|
MASTER_SITES= http://expect.nist.gov/
|
2000-04-12 06:21:15 +00:00
|
|
|
DISTNAME= expect
|
1994-11-15 20:44:51 +00:00
|
|
|
|
2000-02-13 17:09:11 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1997-10-11 12:39:01 +00:00
|
|
|
|
1999-11-01 00:38:05 +00:00
|
|
|
LIB_DEPENDS?= tk82.1:${PORTSDIR}/x11-toolkits/tk82
|
1997-10-11 12:39:01 +00:00
|
|
|
|
2000-08-12 11:33:18 +00:00
|
|
|
WRKSRC= ${WRKDIR}/expect-5.32
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
1995-04-15 05:44:50 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1998-02-18 06:28:34 +00:00
|
|
|
CONFIGURE_ARGS?= --enable-shared \
|
1999-11-01 00:38:05 +00:00
|
|
|
--with-tclconfig=${PREFIX}/lib/tcl8.2 \
|
|
|
|
--with-tclinclude=${PREFIX}/include/tcl8.2 \
|
|
|
|
--with-tkconfig=${PREFIX}/lib/tk8.2 \
|
|
|
|
--with-tkinclude=${PREFIX}/include/tk8.2
|
1997-10-17 05:27:40 +00:00
|
|
|
.if !defined(NO_MAN_INSTALL)
|
1996-11-18 14:17:24 +00:00
|
|
|
MAN1= autoexpect.1 cryptdir.1 decryptdir.1 dislocate.1 \
|
|
|
|
expect.1 expectk.1 kibitz.1 mkpasswd.1 passmass.1 \
|
|
|
|
tknewsbiff.1 unbuffer.1 xkibitz.1
|
|
|
|
MAN3= libexpect.3
|
1997-10-17 05:27:40 +00:00
|
|
|
.endif
|
1995-04-15 05:44:50 +00:00
|
|
|
|
1998-11-14 09:43:39 +00:00
|
|
|
post-install:
|
2000-08-12 22:57:57 +00:00
|
|
|
${LN} -sf libexpect532.so.1 ${PREFIX}/lib/libexpect532.so
|
1998-11-14 09:43:39 +00:00
|
|
|
|
1999-11-01 00:38:05 +00:00
|
|
|
.include <bsd.port.mk>
|