freebsd-ports/devel/autoconf-switch/Makefile
Tijl Coosemans ec2102597a devel/autoconf*: restructure to prepare for 2.71
- Rename autoconf 2.13 port directory, package, and command all to
  autoconf2.13 just like ports like perl and python.
- Let USES=autoreconf run gtkdocize if necessary.
- Rewrite autoconf-wrapper and rename it autoconf-switch to reflect
  better what it does.
- Delete patch-bison.  It has been reverted upstream.
- Add a patch to let autoreconf set the AUTOCONF environment variable
  so subprocesses like automake use the correct version.
- Make building of info files optional.
- Address portlint, portclippy, portfmt issues in devel/autoconf*.

PR:		259556, 263970
2022-05-27 11:51:04 +02:00

22 lines
517 B
Makefile

PORTNAME= autoconf
PORTVERSION= 20220527
CATEGORIES= devel
MASTER_SITES= # none
PKGNAMESUFFIX= -switch
DISTFILES= # none
MAINTAINER= tijl@FreeBSD.org
COMMENT= Wrapper script to switch between autoconf versions
LICENSE= BSD2CLAUSE
NO_ARCH= yes
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
.for l in autoheader autom4te autoreconf autoscan autoupdate ifnames
${LN} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${l}
.endfor
.include <bsd.port.mk>