# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= autoconf-switch VERSION= 20220527 REVISION= 1 KEYWORDS= devel VARIANTS= standard SDESC[standard]= Wrapper script to switch between autoconf versions HOMEPAGE= https://cgit.freebsd.org/ports/tree/devel/autoconf-switch CONTACT= nobody DOWNLOAD_GROUPS= none SPKGS[standard]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none FPC_EQUIVALENT= devel/autoconf-switch SKIP_BUILD= yes do-install: ${INSTALL_SCRIPT} ${FILESDIR}/autoconf ${STAGEDIR}${PREFIX}/bin/ .for l in autoheader autom4te autoreconf autoscan autoupdate ifnames ${LN} -s autoconf ${STAGEDIR}${PREFIX}/bin/${l} .endfor [FILE:282:descriptions/desc.single] This port installs a wrapper script for each tool included with autoconf. The script will run the version of autoconf specified in the environment variable DEFAULT_AUTOCONF. If DEFAULT_AUTOCONF is empty or unset it will run the most recent version of autoconf currently installed. [FILE:80:manifests/plist.single] bin/ autoconf autoheader autom4te autoreconf autoscan autoupdate ifnames [FILE:158:files/autoconf] #! /bin/sh ${DEFAULT_AUTOCONF:+exec "$0${DEFAULT_AUTOCONF}" "$@"} c=$(ls -d "$0"[0-9]* 2>/dev/null | sort -Vr | head -n1) exec "${c:?$0: not installed}" "$@"