ports/devel/automake/1.8/Makefile

18 lines
364 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
VERSION= 1.8
DISTNAME= automake-${VERSION}.5
REVISION= 11
2023-08-16 22:26:55 +00:00
PKGSPEC= automake->=${VERSION},<1.9
AUTOCONF_VERSION= 2.59
SUFFIX= -${VERSION}
MAKE_FLAGS += MAKEINFO="makeinfo --no-split"
TEST_DEPENDS= devel/libtool
TEST_FLAGS= AUTOCONF_VERSION=${AUTOCONF_VERSION}
post-install:
cd ${PREFIX}/info && mv automake.info automake${SUFFIX}.info
.include <bsd.port.mk>