pkgsrc/devel/autoconf/Makefile
wiz 8b9fef01b2 The 2.59 distfile is on ftp.gnu.org, so enable
MASTER_SITE_GNU as master site again.
2003-12-16 21:25:53 +00:00

39 lines
960 B
Makefile

# $NetBSD: Makefile,v 1.45 2003/12/16 21:25:53 wiz Exp $
DISTNAME= autoconf-2.59
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html
COMMENT= Generates automatic source code configuration scripts
DEPENDS= m4>=1.4:../../devel/m4
# The next line is for conflicts with old versions of this package,
# which had autoconf-devel as PKGNAME.
CONFLICTS= autoconf-devel-[0-9]*
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-lispdir
CONFIGURE_ENV+= AWK="${AWK}"
M4= ${PREFIX}/bin/gm4
INFO_FILES= autoconf.info standards.info
PERL5_REQD= 5.6
TEXINFO_REQD= 4.0
AUTOMAKE_OVERRIDE= NO
TEST_TARGET= check
# undo a rather stupid hack in the install step when --without-lispdir is used
post-install:
${RM} -rf ${WRKSRC}/lib/emacs/no
.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"