pkgsrc/devel/autoconf213/Makefile
jlam 83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00

26 lines
653 B
Makefile

# $NetBSD: Makefile,v 1.16 2005/07/16 19:10:38 jlam Exp $
DISTNAME= autoconf-2.13
PKGNAME= autoconf213-2.13
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html
COMMENT= Generates automatic source code configuration scripts (old version)
USE_TOOLS+= gm4:run 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/'
USE_MAKEINFO= YES
INFO_FILES= autoconf213.info
.include "../../mk/bsd.pkg.mk"