summaryrefslogtreecommitdiff
path: root/cad/covered/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/covered/Makefile')
-rw-r--r--cad/covered/Makefile25
1 files changed, 5 insertions, 20 deletions
diff --git a/cad/covered/Makefile b/cad/covered/Makefile
index e501661943f..cb0fce7eca4 100644
--- a/cad/covered/Makefile
+++ b/cad/covered/Makefile
@@ -1,37 +1,22 @@
-# $NetBSD: Makefile,v 1.24 2016/10/08 14:45:25 kamil Exp $
+# $NetBSD: Makefile,v 1.25 2016/10/08 21:18:30 kamil Exp $
#
-DISTNAME= covered-0.4.7
-PKGREVISION= 6
+DISTNAME= covered-0.7.10
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=covered/}
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://covered.sourceforge.net/
COMMENT= Verilog code coverage analyzer (stable release version)
-
-DEPENDS+= verilog-[0-9]*:../../cad/verilog
+LICENSE= gnu-gpl-v2
GNU_CONFIGURE= YES
USE_TOOLS+= bison gmake lex
-REPLACE_INTERPRETER+= WISH
-REPLACE.WISH.old= .*wish
-REPLACE.WISH.new= ${PREFIX}/bin/wish
-REPLACE_FILES.WISH= scripts/main_view.tcl
-REPLACE_FILES.WISH+= scripts/menu_create.tcl
-REPLACE_FILES.WISH+= scripts/preferences.tcl
-REPLACE_FILES.WISH+= scripts/summary.tcl
-
-# we use this hack of setting a cache variable because
-# the configure script uses AC_PATH_PROG to try and find
-# the *Config.sh scripts but these are not installed with
-# the execute bit set.
-CONFIGURE_ENV+= r_cv_path_TCL_CONFIG=${BUILDLINK_PREFIX.tcl}/lib/tclConfig.sh
-CONFIGURE_ENV+= r_cv_path_TK_CONFIG=${BUILDLINK_PREFIX.tk}/lib/tkConfig.sh
-
+# This is required for TCL/TK dependency
CPPFLAGS+= -DUSE_INTERP_RESULT
+.include "../../cad/verilog/buildlink3.mk"
.include "../../devel/gperf/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"