pkgsrc/lang/expect/Makefile

30 lines
717 B
Makefile

# $NetBSD: Makefile,v 1.17 1999/04/01 13:38:44 agc Exp $
# FreeBSD Id: Makefile,v 1.29 1998/01/27 01:11:47 fenner Exp
#
DISTNAME= expect
PKGNAME= expect-5.25
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_BACKUP}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://expect.nist.gov/
DEPENDS+= tk-8.0.5:../../x11/tk80
WRKSRC= ${WRKDIR}/expect-5.25
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared \
--with-tclconfig=${PREFIX}/lib/tcl8.0 \
--with-tclinclude=${PREFIX}/include/tcl8.0 \
--with-tkconfig=${PREFIX}/lib/tk8.0 \
--with-tkinclude=${PREFIX}/include/tk8.0
post-extract:
${MV} ${WRKSRC}/example/rftp ${WRKSRC}/example/expect-rftp
test:
@(cd ${WRKSRC}; ${MAKE} test)
.include "../../mk/bsd.pkg.mk"