43a5790d48
Changes in 0.9.3: Fixes one small possible bug in the generated output. ych instead of yych is output in certain circumstances. Changes in 0.9.2: This release fixes most of the known problems with re2c and adds a few new features as well.
15 lines
354 B
Makefile
15 lines
354 B
Makefile
# $NetBSD: Makefile,v 1.4 2004/09/10 18:52:29 wiz Exp $
|
|
|
|
DISTNAME= re2c-0.9.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=re2c/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://re2c.org/
|
|
COMMENT= Deterministic Finite State Automaton generator
|
|
|
|
USE_GNU_TOOLS+= make
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|