pkgsrc/cad/MyHDL-iverilog/Makefile
mef eeb1243920 (pkgsrc)
- Add LICENSE= gnu-gpl-v2
(upstream)
 - Update 0.7 to 0.8.1

Release 0.8.1 26-Aug-2014
-------------------------
Maintenance release for 0.8.

Release 0.8 20-May-2013
-----------------------
Full details about new features and changes can be found here:
    http://docs.myhdl.org/en/latest/whatsnew/0.8.html
2015-01-04 02:45:50 +00:00

27 lines
747 B
Makefile

# $NetBSD: Makefile,v 1.8 2015/01/04 02:45:50 mef Exp $
#
DISTNAME= myhdl-0.8.1
PKGNAME= MyHDL-iverilog-0.7
PKGNAME= ${DISTNAME:C/myhdl/MyHDL-iverilog/}
CATEGORIES= cad python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=myhdl/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://jandecaluwe.com/Tools/MyHDL/Overview.html
COMMENT= Icarus Verilog cosimulation support for py-MyHDL
LICENSE= gnu-gpl-v2
BUILD_DIRS+= cosimulation/icarus
AUTO_MKDIRS= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/cosimulation/icarus/myhdl.vpi \
${DESTDIR}${PREFIX}/lib/ivl
# XXX would require Python dependency
#do-test:
# (cd ${WRKSRC}/cosimulation/icarus/test && ${PYTHONBIN} test_all.py)
.include "../../cad/verilog/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"