pkgsrc/devel/re2c/Makefile
wiz 2ada168ac8 Update to 0.13.7.5:
Version 0.13.7.5 (2014-08-22)
-----------------------------
- Fixed Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=518904 (PHP lexer)

Version 0.13.7.4 (2014-07-29)
-----------------------------
- Enabled 'make docs' only if configured with '--enable-docs'
- Disallowed to use yacc/byacc instead of bison to build parser
- Removed non-portable sed feature in script that runs tests

Version 0.13.7.3 (2014-07-28)
-----------------------------
- Fixed CXX warning
- Got rid of asciidoc build-time dependency

Version 0.13.7.2 (2014-07-27)
-----------------------------
- Included man page into dist, respect users CXXFLAGS.

Version 0.13.7.1 (2014-07-26)
-----------------------------
- Added missing files to tarball

Version 0.13.7 (2014-07-25)
---------------------------
- Added UTF-8 support
- Added UTF-16 support
- Added default rule
- Added option to control ill-formed Unicode
2014-09-04 09:12:17 +00:00

21 lines
473 B
Makefile

# $NetBSD: Makefile,v 1.15 2014/09/04 09:12:17 wiz Exp $
DISTNAME= re2c-0.13.7.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=re2c/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://re2c.org/
COMMENT= Deterministic Finite State Automaton generator
LICENSE= public-domain
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
CHECK_PORTABILITY_SKIP= run_tests.sh.in
REPLACE_SH+= run_tests.sh.in
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"