pkgsrc/devel/automake/Makefile
wiz 7ea7f22b19 automake: update to 1.16.5.
New in 1.16.5:

* Bugs fixed

  - PYTHON_PREFIX and PYTHON_EXEC_PREFIX are now set according to
    Python's sys.* values only if the new configure option
    --with-python-sys-prefix is specified. Otherwise, GNU default values
    are used, as in the past. (The change in 1.16.3 was too incompatible.)

  - consistently depend on install-libLTLIBRARIES.

* Distribution

  - use const for yyerror declaration in bison/yacc tests.
2021-11-01 07:08:48 +00:00

29 lines
768 B
Makefile

# $NetBSD: Makefile,v 1.117 2021/11/01 07:08:48 wiz Exp $
#
# for major version updates, don't forget adding new links in
# mk/tools/automake.mk
DISTNAME= automake-1.16.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=automake/}
MASTER_SITES+= ftp://sources.redhat.com/pub/automake/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.gnu.org/software/automake/automake.html
COMMENT= GNU Standards-compliant Makefile generator
LICENSE= gnu-gpl-v2
AUTOCONF_REQD= 2.62
USE_TOOLS+= autoconf gm4:run perl:run
PLIST_SUBST+= PKG_DIR_VERSION=1.16
GNU_CONFIGURE= YES
_STRIPFLAG_INSTALL= # none
INFO_FILES= YES
# doesn't work because buildlink3 hides scripts
# from autoconf too well
#TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"