summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2004-03-12 02:51:53 +0000
committerdmcmahill <dmcmahill>2004-03-12 02:51:53 +0000
commit60d4068a7ea6e2b5fdeea5822def046983d489ed (patch)
treeec61e6a52c62243f4b2cacf17d139382ffc5d58a /cad
parenta59ffb6ad7ccc43ee51abaa85783cee1e7227a14 (diff)
downloadpkgsrc-60d4068a7ea6e2b5fdeea5822def046983d489ed.tar.gz
bl3ify
Diffstat (limited to 'cad')
-rw-r--r--cad/verilog/Makefile11
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}