4f67f26390
same as the gzip compressed one used previously (and the one from the MASTER_SITE which is 2 bytes longer!?!). Thanks to rui for pointing out where to get it the "old" gzip tarball.
23 lines
620 B
Text
23 lines
620 B
Text
# $NetBSD: Makefile.common,v 1.8 2006/05/13 08:58:37 skrll Exp $
|
|
|
|
DISTNAME= expect-${EXPECT_VERSION}
|
|
MASTER_SITES= http://expect.nist.gov/src/
|
|
HOMEPAGE= http://expect.nist.gov/
|
|
|
|
EXPECT_VERSION= 5.43.0
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
WRKSRC= ${WRKDIR}/expect-5.43
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= test
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
# on IRIX 5.3 inttypes.h and sys/types.h are known to conflict
|
|
.if ${OPSYS} == "IRIX" && ${OS_VERSION} == 5.3
|
|
CONFIGURE_ENV+= ac_cv_header_inttypes_h="no"
|
|
.endif
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../lang/tcl-expect/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../lang/tcl-expect/patches
|