summaryrefslogtreecommitdiff
path: root/cad/covered-current/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/covered-current/Makefile')
-rw-r--r--cad/covered-current/Makefile27
1 files changed, 10 insertions, 17 deletions
diff --git a/cad/covered-current/Makefile b/cad/covered-current/Makefile
index 409d54bf076..de38d423165 100644
--- a/cad/covered-current/Makefile
+++ b/cad/covered-current/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2006/02/05 23:08:20 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2006/10/12 03:13:30 dmcmahill Exp $
#
DISTNAME= covered-${SNAPDATE}
PKGNAME= covered-current-${SNAPDATE}
-PKGREVISION= 1
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=covered/}
@@ -13,29 +12,23 @@ COMMENT= Verilog code coverage analyzer (development snapshot)
PKG_INSTALLATION_TYPES= overwrite pkgviews
-BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
DEPENDS+= verilog{,-current}-[0-9]*:../../cad/verilog
CONFLICTS+= covered-[0-9]*
-SNAPDATE= 20040325
-REPLACE_PERL= diags/verilog/check_test
+SNAPDATE= 20060904
GNU_CONFIGURE= YES
-USE_TOOLS+= gmake perl:run
-TEST_DIRS= ${WRKSRC}/diags/regress
-TEST_TARGET= iverilog
+USE_TOOLS+= bison gmake
-CONFIGURE_ENV+= TCLCONFIG=${BUILDLINK_PREFIX.tcl}/lib/tclConfig.sh
-CONFIGURE_ENV+= TKCONFIG=${BUILDLINK_PREFIX.tk}/lib/tkConfig.sh
-
-post-patch:
- ${CHMOD} 755 ${WRKSRC}/missing
-
-pre-install:
- ${INSTALL_PROGRAM_DIR} ${PREFIX}/bin
- ${INSTALL_MAN_DIR} ${PREFIX}/man/man1
+# 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
.include "../../devel/gperf/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"
.include "../../x11/tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"