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 | 4640b37e046e28214ea98933447921c72e84afba (patch) | |
tree | ec61e6a52c62243f4b2cacf17d139382ffc5d58a /cad | |
parent | 7ebac6db03be61a251eabbf05ac4da2be1342d56 (diff) | |
download | pkgsrc-4640b37e046e28214ea98933447921c72e84afba.tar.gz |
bl3ify
Diffstat (limited to 'cad')
-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} |