pkgsrc/cad/covered-current/Makefile
jlam 3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00

40 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.11 2005/07/16 01:19:07 jlam Exp $
#
DISTNAME= covered-${SNAPDATE}
PKGNAME= covered-current-${SNAPDATE}
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=covered/}
MAINTAINER= dmcmahill@NetBSD.org
HOMEPAGE= http://covered.sourceforge.net/
COMMENT= Verilog code coverage analyzer (development snapshot)
PKG_INSTALLATION_TYPES= overwrite pkgviews
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
DEPENDS+= verilog{,-current}-[0-9]*:../../cad/verilog
CONFLICTS+= covered-[0-9]*
SNAPDATE= 20040325
REPLACE_PERL= diags/verilog/check_test
GNU_CONFIGURE= YES
USE_TOOLS+= gmake perl:run
TEST_DIRS= ${WRKSRC}/diags/regress
TEST_TARGET= iverilog
CONFIGURE_ENV+= TCLCONFIG=${BUILDLINK_PREFIX.tcl}/lib/tclConfig.sh
CONFIGURE_ENV+= TKCONFIG=${BUILDLINK_PREFIX.tk}/lib/tkConfig.sh
post-patch:
${CHMOD} 755 ${WRKSRC}/missing
pre-install:
${INSTALL_PROGRAM_DIR} ${PREFIX}/bin
${INSTALL_MAN_DIR} ${PREFIX}/man/man1
.include "../../devel/gperf/buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"
.include "../../x11/tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"