36c41d5f7a
Pkgsrc changes: - none Changes since version 0.12.0: ============================= Version 0.12.3 (2007-08-24) --------------------------- - Fixed issue with some compilers. - Fixed #1776177 Build on AIX. - Fixed #1743180 fwrite with 0 length crashes on OS X. Version 0.12.2 (2007-06-26) --------------------------- - Fixed #1743180 fwrite with 0 length crashes on OS X. Version 0.12.1 (2007-05-23) --------------------------- - Fixed #1711240 problem with '"' and 7F on EBCDIC plattforms.
21 lines
443 B
Makefile
21 lines
443 B
Makefile
# $NetBSD: Makefile,v 1.10 2007/08/24 14:56:13 heinz Exp $
|
|
|
|
DISTNAME= re2c-0.12.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=re2c/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://re2c.org/
|
|
COMMENT= Deterministic Finite State Automaton generator
|
|
|
|
PKG_DESTDIR_SUPPORT=user-destdir
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= YES
|
|
|
|
REPLACE_SH+= run_tests.sh.in
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|