Sat Oct 8 23:11:23 2016 UTC ()
Switch from cad/verilog to cad/iverilog

Bump PKGREVISION to 1.


(kamil)
diff -r1.8 -r1.9 pkgsrc/cad/MyHDL-iverilog/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/cad/MyHDL-iverilog/Makefile (expand / switch to unified diff)

--- pkgsrc/cad/MyHDL-iverilog/Makefile 2015/01/04 02:45:50 1.8
+++ pkgsrc/cad/MyHDL-iverilog/Makefile 2016/10/08 23:11:23 1.9
@@ -1,27 +1,28 @@ @@ -1,27 +1,28 @@
1# $NetBSD: Makefile,v 1.8 2015/01/04 02:45:50 mef Exp $ 1# $NetBSD: Makefile,v 1.9 2016/10/08 23:11:23 kamil Exp $
2# 2#
3 3
4DISTNAME= myhdl-0.8.1 4DISTNAME= myhdl-0.8.1
5PKGNAME= MyHDL-iverilog-0.7 5PKGNAME= MyHDL-iverilog-0.7
 6PKGREVISION= 1
6PKGNAME= ${DISTNAME:C/myhdl/MyHDL-iverilog/} 7PKGNAME= ${DISTNAME:C/myhdl/MyHDL-iverilog/}
7CATEGORIES= cad python 8CATEGORIES= cad python
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=myhdl/} 9MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=myhdl/}
9 10
10MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://jandecaluwe.com/Tools/MyHDL/Overview.html 12HOMEPAGE= http://jandecaluwe.com/Tools/MyHDL/Overview.html
12COMMENT= Icarus Verilog cosimulation support for py-MyHDL 13COMMENT= Icarus Verilog cosimulation support for py-MyHDL
13LICENSE= gnu-gpl-v2 14LICENSE= gnu-gpl-v2
14 15
15BUILD_DIRS+= cosimulation/icarus 16BUILD_DIRS+= cosimulation/icarus
16AUTO_MKDIRS= yes 17AUTO_MKDIRS= yes
17 18
18do-install: 19do-install:
19 ${INSTALL_DATA} ${WRKSRC}/cosimulation/icarus/myhdl.vpi \ 20 ${INSTALL_DATA} ${WRKSRC}/cosimulation/icarus/myhdl.vpi \
20 ${DESTDIR}${PREFIX}/lib/ivl 21 ${DESTDIR}${PREFIX}/lib/ivl
21 22
22# XXX would require Python dependency 23# XXX would require Python dependency
23#do-test: 24#do-test:
24# (cd ${WRKSRC}/cosimulation/icarus/test && ${PYTHONBIN} test_all.py) 25# (cd ${WRKSRC}/cosimulation/icarus/test && ${PYTHONBIN} test_all.py)
25 26
26.include "../../cad/verilog/buildlink3.mk" 27.include "../../cad/iverilog/buildlink3.mk"
27.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"