pkgsrc/devel/autoconf213/Makefile

23 lines
607 B
Makefile

# $NetBSD: Makefile,v 1.30 2016/07/09 06:38:04 wiz Exp $
DISTNAME= autoconf-2.13
PKGNAME= autoconf213-2.13
PKGREVISION= 6
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
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --program-transform-name='s/$$/-2.13/'
INFO_FILES= yes
.include "../../mk/bsd.pkg.mk"