openbsd-ports/devel/autoconf/2.65/Makefile
jasper 76f72bcb56 Adjust to use the same automake version as what they were originally
generated with for the test suite.

from brad
ok sthen@
2012-05-26 11:53:07 +00:00

17 lines
397 B
Makefile

# $OpenBSD: Makefile,v 1.8 2012/05/26 11:53:07 jasper Exp $
VERSION = 2.65
BUILD_DEPENDS = devel/help2man
CONFIGURE_ARGS += --without-lispdir \
--mandir=${PREFIX}/man \
--infodir=${PREFIX}/info
MODGNU_CONFIG_GUESS_DIRS =${WRKSRC}/build-aux
MAKE_FLAGS = EMACS=no
FAKE_FLAGS = EMACS=no
REGRESS_DEPENDS = devel/automake/1.11
REGRESS_FLAGS += AUTOMAKE_VERSION=1.11
.include <bsd.port.mk>