pkgsrc/devel/yasm/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

21 lines
535 B
Makefile

# $NetBSD: Makefile,v 1.10 2005/07/16 01:19:09 jlam Exp $
#
DISTNAME= yasm-0.2.2
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.tortall.net/projects/yasm/releases/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.tortall.net/projects/yasm/
COMMENT= Complete rewrite of the NASM assembler with BSD license
BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_TOOLS+= perl
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"