f102f15fe5
compatibility with more c++ compilers.
29 lines
783 B
Makefile
29 lines
783 B
Makefile
# $NetBSD: Makefile,v 1.26 2006/05/06 19:13:55 dmcmahill Exp $
|
|
#
|
|
|
|
DISTNAME= verilog-0.8.2
|
|
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
|
|
|
|
CONFLICTS+= verilog-current-[0-9]*
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= bison gmake lex
|
|
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"
|