openbsd-ports/lang/expect/Makefile

33 lines
668 B
Makefile
Raw Normal View History

1999-03-14 21:42:44 -05:00
# $OpenBSD: Makefile,v 1.12 1999/03/15 02:44:29 espie Exp $
1998-01-29 18:12:42 -05:00
#
DISTNAME= expect
1999-03-04 01:50:41 -05:00
PKGNAME= expect-5.28
1998-01-29 18:12:42 -05:00
CATEGORIES= lang tcl80 tk80
NEED_VERSION= 1.73
1998-01-29 18:12:42 -05:00
MAINTAINER= niklas@openbsd.org
1999-03-04 01:50:41 -05:00
MASTER_SITES= http://expect.nist.gov/
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11/tk80
1998-01-29 18:12:42 -05:00
1999-03-14 21:42:44 -05:00
SEPARATE_BUILD=concurrent
1999-03-04 01:50:41 -05:00
WRKSRC= ${WRKDIR}/expect-5.28
1998-01-29 18:12:42 -05:00
GNU_CONFIGURE= yes
1998-08-27 00:36:32 -04:00
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
CONFIGURE_ARGS+=${CONFIGURE_SHARED}
1998-08-27 00:36:32 -04:00
1998-01-29 18:12:42 -05:00
test:
1999-03-14 21:42:44 -05:00
@(cd ${WRKBUILD}; make test)
1998-01-29 18:12:42 -05:00
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>