summaryrefslogtreecommitdiff
path: root/cad/verilog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/verilog/Makefile')
-rw-r--r--cad/verilog/Makefile21
1 files changed, 14 insertions, 7 deletions
diff --git a/cad/verilog/Makefile b/cad/verilog/Makefile
index b3736615349..8f50752d746 100644
--- a/cad/verilog/Makefile
+++ b/cad/verilog/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2001/09/27 23:17:47 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2002/02/08 01:48:31 dmcmahill Exp $
#
-DISTNAME= verilog-0.5
+DISTNAME= verilog-0.6
CATEGORIES= cad
-MASTER_SITES= ftp://icarus.com/pub/eda/verilog/v0.5/
+MASTER_SITES= ftp://icarus.com/pub/eda/verilog/v0.6/
MAINTAINER= dmcmahill@netbsd.org
HOMEPAGE= http://icarus.com/eda/verilog/index.html
@@ -11,16 +11,23 @@ COMMENT= Verilog simulation and synthesis tool (stable release version)
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_GMAKE= yes
-# to find ipal.h:
-#CPPFLAGS+= -I${LOCALBASE}/include
+USE_GMAKE= yes
+#
+# for ipal.h
+#CPPFLAGS+= -I${LOCALBASE}/include
+#CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS+="${LDFLAGS}"
CONFIGURE_ARGS+= --without-ipal
+YACC= ${LOCALBASE}/bin/bison
+
+test: build
+ cd ${WRKSRC} && \
+ ${MAKE_ENV} ${MAKE_PROGRAM} check 2>&1 | \
+ tee ${WRKDIR}/tests.log
.include "../../mk/bsd.pkg.mk"