openbsd-ports/devel/autoconf/2.64/Makefile

17 lines
394 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2010/11/15 20:21:01 espie Exp $
2010-03-22 16:53:54 -04:00
VERSION = 2.64
2010-03-22 16:53:54 -04:00
2010-11-15 14:45:56 -05:00
BUILD_DEPENDS = devel/help2man
2010-03-22 16:53:54 -04:00
CONFIGURE_ARGS += --without-lispdir \
2010-03-22 16:53:54 -04:00
--mandir=${PREFIX}/man \
--infodir=${PREFIX}/info
MODGNU_CONFIG_GUESS_DIRS =${WRKSRC}/build-aux
MAKE_FLAGS = EMACS=no
FAKE_FLAGS = EMACS=no
2010-11-15 14:45:56 -05:00
REGRESS_DEPENDS = devel/automake/1.9
2010-03-22 16:53:54 -04:00
REGRESS_FLAGS += AUTOMAKE_VERSION=1.9
.include <bsd.port.mk>