freebsd-ports/lang/expect/Makefile
Chris D. Faulhaber 276fd0de4a Update port to 5.32.1
PR:		20132, 20517
Submitted by:	James Howard <howardjp@wam.umd.edu>
		Frank McConnell <fmc@reanimators.org>
2000-08-12 11:33:18 +00:00

35 lines
889 B
Makefile

# New ports collection makefile for: expect
# Date created: 20 November 1994
# Whom: pst
#
# $FreeBSD$
PORTNAME= expect
PORTVERSION= 5.32.1
CATEGORIES= lang tcl82 tk82
MASTER_SITES= http://expect.nist.gov/
DISTNAME= expect
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS?= tk82.1:${PORTSDIR}/x11-toolkits/tk82
WRKSRC= ${WRKDIR}/expect-5.32
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS?= --enable-shared \
--with-tclconfig=${PREFIX}/lib/tcl8.2 \
--with-tclinclude=${PREFIX}/include/tcl8.2 \
--with-tkconfig=${PREFIX}/lib/tk8.2 \
--with-tkinclude=${PREFIX}/include/tk8.2
.if !defined(NO_MAN_INSTALL)
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
.endif
post-install:
${LN} -sf libexpect532.so.2 ${PREFIX}/lib/libexpect532.so
.include <bsd.port.mk>