2399873101
site. - cleanup Makefile
31 lines
684 B
Makefile
31 lines
684 B
Makefile
# $OpenBSD: Makefile,v 1.15 1999/10/27 20:16:52 brad Exp $
|
|
|
|
DISTNAME= expect-5.30
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://expect.nist.gov/old/
|
|
|
|
NEED_VERSION= 1.73
|
|
|
|
MAINTAINER= niklas@openbsd.org
|
|
|
|
LIB_DEPENDS= tcl80.1.5:${PORTSDIR}/lang/tcl80 \
|
|
tk80.1.5:${PORTSDIR}/x11/tk80
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+=--with-tclconfig=${PREFIX}/lib/tcl8.0 \
|
|
--with-tclinclude=${PREFIX}/include/tcl8.0 \
|
|
--with-tkconfig=${PREFIX}/lib/tk8.0 \
|
|
--with-tkinclude=${PREFIX}/include/tk8.0
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
|
|
test:
|
|
@(cd ${WRKBUILD}; ${MAKE} test)
|
|
|
|
post-install:
|
|
@${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|