pkgsrc/devel/autoconf213/Makefile
jlam 792529759b * Honor PKGINFODIR.
* List the info files directly in the PLIST.
2006-03-30 03:44:41 +00:00

24 lines
633 B
Makefile

# $NetBSD: Makefile,v 1.18 2006/03/30 03:44:42 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 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= # PLIST
.include "../../mk/bsd.pkg.mk"