1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/lang/expect/Makefile

36 lines
889 B
Makefile
Raw Normal View History

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
PORTNAME= expect
2000-05-28 03:22:26 +00:00
PORTVERSION= 5.31.8
CATEGORIES= lang tcl82 tk82
MASTER_SITES= http://expect.nist.gov/
DISTNAME= expect
1994-11-15 20:44:51 +00:00
2000-02-13 17:09:11 +00:00
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS?= tk82.1:${PORTSDIR}/x11-toolkits/tk82
WRKSRC= ${WRKDIR}/expect-5.31
INSTALLS_SHLIB= yes
1995-04-15 05:44:50 +00:00
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
1995-04-15 05:44:50 +00:00
post-install:
${LN} -sf libexpect531.so.1 ${PREFIX}/lib/libexpect531.so
.include <bsd.port.mk>