1994-11-15 21:44:51 +01:00
|
|
|
# New ports collection makefile for: expect
|
1996-10-30 10:46:20 +01:00
|
|
|
# Version required: 5.21
|
1994-11-15 21:44:51 +01:00
|
|
|
# Date created: 20 November 1994
|
|
|
|
# Whom: pst
|
|
|
|
#
|
1996-11-12 03:19:40 +01:00
|
|
|
# $Id: Makefile,v 1.11 1996/10/30 09:46:01 peter Exp $
|
1994-11-15 21:44:51 +01:00
|
|
|
#
|
|
|
|
|
1996-10-30 10:46:20 +01:00
|
|
|
DISTNAME= expect-5.21
|
1996-11-12 03:19:40 +01:00
|
|
|
CATEGORIES= lang
|
1996-10-30 10:46:20 +01:00
|
|
|
MASTER_SITES= http://expect.nist.gov/ \
|
|
|
|
ftp://expect.nist.gov/mel/div826/subject/expect/
|
1994-11-15 21:44:51 +01:00
|
|
|
DISTFILES= expect.tar.gz
|
|
|
|
|
1996-10-30 10:46:20 +01:00
|
|
|
LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41
|
1994-11-15 21:44:51 +01:00
|
|
|
|
1995-04-15 07:44:50 +02:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
1996-10-30 10:46:20 +01:00
|
|
|
CONFIGURE_ARGS= --enable-shared --with-tclconfig=/usr/libdata/tcl \
|
|
|
|
--with-tclinclude=/usr/include/tcl
|
1995-04-15 07:44:50 +02:00
|
|
|
|
1996-11-12 03:19:40 +01:00
|
|
|
test:
|
|
|
|
@(cd ${WRKSRC}; make test)
|
|
|
|
|
1996-10-30 10:46:20 +01:00
|
|
|
# Sigh, all this just to get tkInt.h..
|
1996-02-07 10:36:53 +01:00
|
|
|
post-extract:
|
1996-10-30 10:46:20 +01:00
|
|
|
(cd ${PORTSDIR}/x11/tk41 && make extract)
|
|
|
|
ln -s ${PORTSDIR}/x11/tk41/work/tk* ${WRKDIR}
|
1996-02-07 10:36:53 +01:00
|
|
|
|
1996-10-30 10:46:20 +01:00
|
|
|
post-install:
|
|
|
|
ldconfig -m ${PREFIX}/lib
|
1996-02-07 10:36:53 +01:00
|
|
|
|
1994-11-15 21:44:51 +01:00
|
|
|
.include <bsd.port.mk>
|