pkgsrc/devel/autoconf-archive/Makefile
wiz 4faecdc944 autoconf-archive: update to 2021.02.19.
* Noteworthy changes in release 2021.02.19 (2021-02-19) [stable]

  The macros AX_CHECK_PCRE2 and AX_PROG_ROBOT have been added. Many other
  macros have received updates.
2021-12-12 09:33:32 +00:00

21 lines
558 B
Makefile

# $NetBSD: Makefile,v 1.13 2021/12/12 09:33:32 wiz Exp $
DISTNAME= autoconf-archive-2021.02.19
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf-archive/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://savannah.gnu.org/projects/autoconf-archive/
COMMENT= Collection of macros for GNU Autoconf
LICENSE= gnu-gpl-v3
# The file share/aclocal/ax_check_enable_debug.m4 conflicts
CONFLICTS= gnome-common>=3.14.0
GNU_CONFIGURE= yes
USE_LANGUAGES= # none
USE_TOOLS+= makeinfo
INFO_FILES= yes
.include "../../mk/bsd.pkg.mk"