6e04e5815b
Changes in version 2.3, 2006-06-05: * GLR grammars should now use `YYRECOVERING ()' instead of `YYRECOVERING', for compatibility with LALR(1) grammars. * It is now documented that any definition of YYSTYPE or YYLTYPE should be to a type name that does not contain parentheses or brackets.
24 lines
575 B
Makefile
24 lines
575 B
Makefile
# $NetBSD: Makefile,v 1.61 2006/06/11 13:59:56 wiz Exp $
|
|
|
|
DISTNAME= bison-2.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=bison/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= cjep@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/bison/bison.html
|
|
COMMENT= GNU yacc(1) replacement
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gm4:run msgfmt
|
|
INFO_FILES= # PLIST
|
|
|
|
CONFIGURE_ENV+= gt_cv_func_gnugettext1_libintl=yes
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|