abbba448ff
The current release is a considerable improvement over the previous stable release. It includes 20 months of fixes and language coverage improvements. For a complete history of changes, see the release notes for individual snapshots between the 0.7 and 0.8 releases found at ftp://ftp.icarus.com/pub/eda/verilog/snapshots/pre-0.8 A brief list of highlights: - Support for advanced standard data types such as real, - Lots more language support in general, - Kernel of an extensible, interactive debugger is new, - More complete support for user supplied system functions and tasks, including PLI system functions with various return value types, - Better standards compliance for core system tasks and functions in general, including some Verilog 2001 file I/O support, and - Performance improvements in general.
30 lines
820 B
Makefile
30 lines
820 B
Makefile
# $NetBSD: Makefile,v 1.19 2004/10/14 22:29:04 dmcmahill Exp $
|
|
#
|
|
|
|
DISTNAME= verilog-0.8
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ftp://icarus.com/pub/eda/verilog/v0.8/
|
|
|
|
MAINTAINER= dmcmahill@NetBSD.org
|
|
HOMEPAGE= http://icarus.com/eda/verilog/index.html
|
|
COMMENT= Verilog simulation and synthesis tool (stable release version)
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= yes
|
|
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
|
|
|
|
CONFLICTS+= verilog-current-[0-9]*
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNU_TOOLS+= lex make
|
|
CONFIGURE_ARGS+= --without-ipal
|
|
YACC= ${LOCALBASE}/bin/bison
|
|
TEST_DIRS= ${WRKSRC}
|
|
TEST_TARGET= check
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../devel/gperf/buildlink3.mk"
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|