pkgsrc/devel/bison/Makefile
wiz 6e04e5815b Update to 2.3:
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.
2006-06-11 13:59:56 +00:00

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"