openbsd-ports/devel/autoconf/2.62/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

19 lines
411 B
Makefile

# $OpenBSD: Makefile,v 1.6 2012/05/26 11:53:07 jasper Exp $
VERSION = 2.62
REVISION = 0
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.10
REGRESS_FLAGS += AUTOMAKE_VERSION=1.10
.include <bsd.port.mk>