2000-02-10 19:37:15 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2000/02/11 00:37:28 espie Exp $
|
1998-01-29 18:12:42 -05:00
|
|
|
|
1999-10-27 16:16:52 -04:00
|
|
|
DISTNAME= expect-5.30
|
1999-04-29 17:25:08 -04:00
|
|
|
CATEGORIES= lang
|
1999-10-27 16:16:52 -04:00
|
|
|
MASTER_SITES= http://expect.nist.gov/old/
|
2000-02-10 19:37:15 -05:00
|
|
|
NEED_VERSION= 1.191
|
1998-01-29 18:12:42 -05:00
|
|
|
|
|
|
|
MAINTAINER= niklas@openbsd.org
|
|
|
|
|
2000-01-01 02:10:58 -05:00
|
|
|
LIB_DEPENDS= tk80.1.5:${PORTSDIR}/x11/tk80
|
1998-01-29 18:12:42 -05:00
|
|
|
|
1999-04-29 17:25:08 -04:00
|
|
|
SEPARATE_BUILD= concurrent
|
1998-01-29 18:12:42 -05:00
|
|
|
GNU_CONFIGURE= yes
|
1999-04-29 17:25:08 -04:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
CONFIGURE_ARGS+=--with-tclconfig=${PREFIX}/lib/tcl8.0 \
|
1998-01-29 18:12:42 -05:00
|
|
|
--with-tclinclude=${PREFIX}/include/tcl8.0 \
|
|
|
|
--with-tkconfig=${PREFIX}/lib/tk8.0 \
|
|
|
|
--with-tkinclude=${PREFIX}/include/tk8.0
|
1998-08-27 00:36:32 -04:00
|
|
|
|
2000-02-10 19:37:15 -05:00
|
|
|
WRKDIST= ${WRKDIR}/${PKGNAME}
|
1999-10-27 16:16:52 -04:00
|
|
|
|
2000-01-01 02:10:58 -05:00
|
|
|
test: build
|
|
|
|
@(cd ${WRKBUILD}; make test)
|
1998-01-29 18:12:42 -05:00
|
|
|
|
|
|
|
post-install:
|
1999-10-27 16:16:52 -04:00
|
|
|
@${LDCONFIG} -m ${PREFIX}/lib
|
1998-01-29 18:12:42 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|