diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2010-02-28 15:59:18 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2010-02-28 15:59:18 +0000 |
commit | a641b6c48eeb9c32aa03dc6bf8d9194de7d8a0e7 (patch) | |
tree | a74d37958139d9bce0dbc701a3ea7591ff386dbe /cad/verilog-current/Makefile | |
parent | 7e68f275cec70198006c08ea5a62c8541c784043 (diff) | |
download | pkgsrc-a641b6c48eeb9c32aa03dc6bf8d9194de7d8a0e7.tar.gz |
Update to the 20090923 snapshot.
It has been a long time since the last update to this snapshot package.
Besides the various upstream changes, also
- add LICENSE
- add DESTDIR support (partially enabled by upstream fixes)
Release Notes for Snapshot 20090923
This is the first snapshot after the split from the 0.9
release. Mostly, this snapshot is loaded with 7 months worth of bug
fixes.
Diffstat (limited to 'cad/verilog-current/Makefile')
-rw-r--r-- | cad/verilog-current/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/cad/verilog-current/Makefile b/cad/verilog-current/Makefile index 6413c1c2e2d..39a138238fe 100644 --- a/cad/verilog-current/Makefile +++ b/cad/verilog-current/Makefile @@ -1,24 +1,25 @@ -# $NetBSD: Makefile,v 1.56 2009/05/20 00:58:07 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2010/02/28 15:59:18 dmcmahill Exp $ # DISTNAME= verilog-${SNAPDATE} PKGNAME= verilog-current-${SNAPDATE} -PKGREVISION= 1 CATEGORIES= cad MASTER_SITES= ftp://icarus.com/pub/eda/verilog/snapshots/ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://icarus.com/eda/verilog/index.html COMMENT= Verilog simulation and synthesis tool (development snapshot version) +LICENSE= gnu-gpl-v2 -PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS+= verilog-[0-9]* GCC_REQD+= 3.0 USE_LANGUAGES= c c++ -SNAPDATE= 20070227 +SNAPDATE= 20090923 GNU_CONFIGURE= yes USE_TOOLS+= bison gmake lex CONFIGURE_ARGS+= --without-ipal |