Bugs fixed in 1.9.2 (10th anniversary release): * Sort rm commands output for mostlyclean-generic, clean-generic, distclean-generic and maintainer-clean-generic, so that the produced Makefile is not sensible to the way Perl sorts its hashes. * Support `+' in the name of directories given to `include'. * Preserve spaces in the arguments of `compile'. * `missing' will no longer try to emulate a tool that is run with `--version' or `--help' as argument. * Noteworthy manual update: - There is a new chapter about the history of Automake.
40 lines
973 B
Makefile
40 lines
973 B
Makefile
# $NetBSD: Makefile,v 1.56 2004/09/21 12:21:05 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= automake-1.9.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=automake/} \
|
|
ftp://sources.redhat.com/pub/automake/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/automake/automake.html
|
|
COMMENT= GNU Standards-compliant Makefile generator
|
|
|
|
DEPENDS= autoconf>=2.58:../../devel/autoconf
|
|
|
|
#PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PLIST_SUBST+= PKG_DIR_VERSION=1.9
|
|
USE_BUILDLINK3= YES
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV= PERL=${PERL5}
|
|
_STRIPFLAG_INSTALL= # none
|
|
EVAL_PREFIX+= M4DIR=m4
|
|
M4= ${M4DIR}/bin/${GNU_PROGRAM_PREFIX}m4
|
|
|
|
MAKEINFOFLAGS= --no-split
|
|
MAKE_ENV+= MAKEINFOFLAGS="${MAKEINFOFLAGS}"
|
|
|
|
USE_MAKEINFO= YES
|
|
TEXINFO_REQD= 4.5
|
|
INFO_FILES= automake.info
|
|
|
|
PERL5_REQD+= 5.5
|
|
|
|
# doesn't work because buildlink3 hides scripts
|
|
# from autoconf too well
|
|
#TEST_TARGET= check
|
|
|
|
.include "../../lang/perl5/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|