82acd159f7
package Makefile.
35 lines
732 B
Makefile
35 lines
732 B
Makefile
# $NetBSD: Makefile,v 1.6 2001/02/17 09:07:34 agc Exp $
|
|
#
|
|
|
|
DISTNAME= expect
|
|
PKGNAME= tcl-expect-5.32.1
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://expect.nist.gov/
|
|
|
|
MAINTAINER= jwise@netbsd.org
|
|
HOMEPAGE= http://expect.nist.gov/
|
|
COMMENT= extensions to Tcl to support scripting of interactive programs
|
|
|
|
DEPENDS+= tcl>=8.3.2:../../lang/tcl
|
|
|
|
CONFLICTS+= expect-*
|
|
|
|
WRKSRC= ${WRKDIR}/expect-5.32
|
|
DIST_SUBDIR= expect-5.32.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ARGS= --enable-shared \
|
|
--with-tclconfig=${PREFIX}/lib \
|
|
--with-tclinclude=${PREFIX}/include/tcl \
|
|
--without-x
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && ${TOUCH} configure
|
|
|
|
test:
|
|
@(cd ${WRKSRC}; ${MAKE} test)
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|