ports/devel/automake/1.17/Makefile
2025-01-27 20:04:52 +00:00

22 lines
675 B
Makefile

VERSION= 1.17
DISTNAME= automake-${VERSION}
PKGSPEC= automake->=${VERSION},<1.18
EXTRACT_SUFX= .tar.xz
PORTROACH=
AUTOCONF_VERSION= 2.72
post-install:
cd ${PREFIX}/info && mv automake.info automake${SUFFIX}.info
perl -pi -e "s,automake\: \(automake\),automake-1\.17\: \(automake-1\.17\)," \
${PREFIX}/info/automake${SUFFIX}.info
perl -pi -e "s,aclocal\: \(automake\),aclocal: \(automake-1\.17\)," \
${PREFIX}/info/automake${SUFFIX}.info
.for f in info-1 info-2 info-3
cd ${PREFIX}/info && mv automake.${f} automake${SUFFIX}.${f} \
&& perl -pi -e "s,automake.${f},automake${SUFFIX}.${f}," \
${PREFIX}/info/automake${SUFFIX}.info
.endfor
.include <bsd.port.mk>