17 lines
397 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2012/05/26 11:53:07 jasper Exp $
2010-03-22 20:53:54 +00:00
VERSION = 2.65
2010-03-22 20:53:54 +00:00
2010-11-15 19:45:56 +00:00
BUILD_DEPENDS = devel/help2man
2010-03-22 20:53:54 +00:00
CONFIGURE_ARGS += --without-lispdir \
2010-03-22 20:53:54 +00:00
--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
2010-03-22 20:53:54 +00:00
.include <bsd.port.mk>