1994-11-15 20:44:51 +00:00
|
|
|
# New ports collection makefile for: expect
|
|
|
|
# Date created: 20 November 1994
|
|
|
|
# Whom: pst
|
1999-11-01 00:38:05 +00:00
|
|
|
# Version required: 5.31
|
1994-11-15 20:44:51 +00:00
|
|
|
#
|
1999-08-25 06:35:40 +00:00
|
|
|
# $FreeBSD$
|
1994-11-15 20:44:51 +00:00
|
|
|
|
1999-08-19 03:19:03 +00:00
|
|
|
DISTNAME= expect
|
1999-11-01 00:38:05 +00:00
|
|
|
PKGNAME= expect-5.31
|
|
|
|
CATEGORIES= lang tcl82 tk82
|
1999-08-19 03:19:03 +00:00
|
|
|
MASTER_SITES= http://expect.nist.gov/
|
1994-11-15 20:44:51 +00:00
|
|
|
|
1998-05-25 20:01:14 +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
|
|
|
|
1999-08-19 03:19:03 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
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:
|
1999-11-01 00:38:05 +00:00
|
|
|
${LN} -sf libexpect531.so.1 ${PREFIX}/lib/libexpect531.so
|
1998-11-14 09:43:39 +00:00
|
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
|
1999-11-01 00:38:05 +00:00
|
|
|
.include <bsd.port.mk>
|