pkgsrc/cad/verilog/Makefile

31 lines
850 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.16 2004/01/22 07:21:55 grant Exp $
#
DISTNAME= verilog-0.7
CATEGORIES= cad
MASTER_SITES= ftp://icarus.com/pub/eda/verilog/v0.7/
2003-07-17 23:21:03 +02:00
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://icarus.com/eda/verilog/index.html
COMMENT= Verilog simulation and synthesis tool (stable release version)
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
BUILD_DEPENDS+= gperf>=2.7.2:../../devel/gperf
# turn this back on when ipal comes along a little further
#DEPENDS+= ipal-current>=20001210:../../cad/ipal-current
2001-04-11 15:36:19 +02:00
CONFLICTS+= verilog-current-[0-9]*
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
TEST_DIRS= ${WRKSRC}
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"