pkgsrc/devel/autogen/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

27 lines
725 B
Makefile

# $NetBSD: Makefile,v 1.37 2014/05/29 23:35:33 wiz Exp $
DISTNAME= autogen-5.12
PKGREVISION= 4
CATEGORIES= devel
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=autogen/}
MASTER_SITES= ftp://ftp.gnu.org/gnu/autogen/rel5.12/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= kristerw@NetBSD.org
HOMEPAGE= http://autogen.sourceforge.net/
COMMENT= The Automated Text and Program Generation Tool
LICENSE= gnu-gpl-v3
USE_TOOLS+= gmake makeinfo perl:run
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
INFO_FILES= yes
CONFIGURE_ENV+= POSIX_SHELL=/bin/sh
MAKE_ENV+= PERL5=${PERL5} POSIX_CAT=${CAT}
INSTALLATION_DIRS= include/autoopts
.include "../../lang/guile/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"