freebsd-ports/lang/expect/Makefile

34 lines
768 B
Makefile
Raw Normal View History

1994-11-15 21:44:51 +01:00
# New ports collection makefile for: expect
# Version required: 5.21
1994-11-15 21:44:51 +01:00
# Date created: 20 November 1994
# Whom: pst
#
# $Id: Makefile,v 1.11 1996/10/30 09:46:01 peter Exp $
1994-11-15 21:44:51 +01:00
#
DISTNAME= expect-5.21
CATEGORIES= lang
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
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
CONFIGURE_ARGS= --enable-shared --with-tclconfig=/usr/libdata/tcl \
--with-tclinclude=/usr/include/tcl
1995-04-15 07:44:50 +02:00
test:
@(cd ${WRKSRC}; make test)
# Sigh, all this just to get tkInt.h..
post-extract:
(cd ${PORTSDIR}/x11/tk41 && make extract)
ln -s ${PORTSDIR}/x11/tk41/work/tk* ${WRKDIR}
post-install:
ldconfig -m ${PREFIX}/lib
1994-11-15 21:44:51 +01:00
.include <bsd.port.mk>