diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2004-03-12 02:51:53 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2004-03-12 02:51:53 +0000 |
commit | 5ae18405251bc27937b2e047e86c05ea09fba42a (patch) | |
tree | ec61e6a52c62243f4b2cacf17d139382ffc5d58a /cad/verilog/Makefile | |
parent | c3fb787794e9387a3d294a32ce8d999208585f8d (diff) | |
download | pkgsrc-5ae18405251bc27937b2e047e86c05ea09fba42a.tar.gz |
bl3ify
Diffstat (limited to 'cad/verilog/Makefile')
-rw-r--r-- | cad/verilog/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/cad/verilog/Makefile b/cad/verilog/Makefile index 61dce1ae0a3..d16da6824f9 100644 --- a/cad/verilog/Makefile +++ b/cad/verilog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/01/22 07:21:55 grant Exp $ +# $NetBSD: Makefile,v 1.17 2004/03/12 02:51:53 dmcmahill Exp $ # DISTNAME= verilog-0.7 @@ -9,19 +9,16 @@ 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 BUILD_DEPENDS+= gperf>=2.7.2:../../devel/gperf -# turn this back on when ipal comes along a little further -#DEPENDS+= ipal-current>=20001210:../../cad/ipal-current CONFLICTS+= verilog-current-[0-9]* GNU_CONFIGURE= yes USE_GNU_TOOLS+= make -# -# for ipal.h -#CPPFLAGS+= -I${LOCALBASE}/include -#CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS+="${LDFLAGS}" CONFIGURE_ARGS+= --without-ipal YACC= ${LOCALBASE}/bin/bison TEST_DIRS= ${WRKSRC} |