diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2004-03-12 22:37:12 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2004-03-12 22:37:12 +0000 |
commit | 850f26413a83de82a774df2426ff8044c68bc903 (patch) | |
tree | 1151bdb70871897a26637f31ff24a66c2cbe7fd3 /cad | |
parent | 5c54c9181c4a50f3dbb2e5144735d3cb8fa543c8 (diff) | |
download | pkgsrc-850f26413a83de82a774df2426ff8044c68bc903.tar.gz |
bl3ify
Diffstat (limited to 'cad')
-rw-r--r-- | cad/covered/Makefile | 11 | ||||
-rw-r--r-- | cad/verilog-current/Makefile | 24 |
2 files changed, 19 insertions, 16 deletions
diff --git a/cad/covered/Makefile b/cad/covered/Makefile index 00e8fe97232..9bfdac96768 100644 --- a/cad/covered/Makefile +++ b/cad/covered/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/22 07:21:54 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/03/12 22:37:12 dmcmahill Exp $ # DISTNAME= covered-0.2.2 @@ -9,8 +9,11 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://covered.sourceforge.net/ COMMENT= Verilog code coverage analyzer (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 +BUILD_DEPENDS+= gperf>=2.7.2:../../devel/gperf DEPENDS+= verilog{,-current}-[0-9]*:../../cad/verilog CONFLICTS+= covered-current-[0-9]* @@ -25,4 +28,8 @@ TEST_TARGET= iverilog post-patch: ${CHMOD} 755 ${WRKSRC}/missing +pre-install: + ${INSTALL_PROGRAM_DIR} ${PREFIX}/bin + ${INSTALL_MAN_DIR} ${PREFIX}/man/man1 + .include "../../mk/bsd.pkg.mk" diff --git a/cad/verilog-current/Makefile b/cad/verilog-current/Makefile index 97699b8f354..e439c984bda 100644 --- a/cad/verilog-current/Makefile +++ b/cad/verilog-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2004/03/02 15:34:07 drochner Exp $ +# $NetBSD: Makefile,v 1.38 2004/03/12 22:37:12 dmcmahill Exp $ # DISTNAME= verilog-${SNAPDATE} @@ -10,27 +10,23 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://icarus.com/eda/verilog/index.html COMMENT= Verilog simulation and synthesis tool (development snapshot version) -BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -BUILD_DEPENDS+= gperf-[0-9]*:../../devel/gperf -# turn this back on when ipal comes along a little further -#DEPENDS+= ipal-current>=20001210:../../cad/ipal-current +PKG_INSTALLATION_TYPES= overwrite pkgviews CONFLICTS+= verilog-[0-9]* +USE_BUILDLINK3= yes +BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison +BUILD_DEPENDS+= gperf>=2.7.2:../../devel/gperf + SNAPDATE= 20040220 -USE_BUILDLINK2= yes 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 +YACC= ${LOCALBASE}/bin/bison TEST_DIRS= ${WRKSRC} TEST_TARGET= check -.include "../../devel/zlib/buildlink2.mk" -.include "../../archivers/bzip2/buildlink2.mk" -.include "../../devel/readline/buildlink2.mk" +.include "../../devel/zlib/buildlink3.mk" +.include "../../archivers/bzip2/buildlink3.mk" +.include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |