pkgsrc/devel/autoconf213/Makefile
wiz d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

25 lines
651 B
Makefile

# $NetBSD: Makefile,v 1.26 2013/05/31 12:39:57 wiz Exp $
DISTNAME= autoconf-2.13
PKGNAME= autoconf213-2.13
PKGREVISION= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html
COMMENT= Generates automatic source code configuration scripts (old version)
LICENSE= gnu-gpl-v2
USE_TOOLS+= gm4:run makeinfo perl:run
CONFLICTS= autoconf-devel-[0-9]*
CONFLICTS= autoconf<2.50
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --program-transform-name='s/$$/-2.13/'
INFO_FILES= yes
.include "../../mk/bsd.pkg.mk"