dfaa99bcdc
Changes from 0.7.0 to 0.7.1: * AVX instruction bugfixes (0.7.0 errata) * Build fixes (crashes on some machines) * Minor CPU flags fixes
21 lines
548 B
Makefile
21 lines
548 B
Makefile
# $NetBSD: Makefile,v 1.23 2008/08/18 23:33:56 bjs Exp $
|
|
#
|
|
|
|
DISTNAME= yasm-0.7.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.tortall.net/projects/yasm/releases/
|
|
|
|
MAINTAINER= shaun@inerd.com
|
|
HOMEPAGE= http://www.tortall.net/projects/yasm/
|
|
COMMENT= Complete rewrite of the NASM assembler with BSD license
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= msgfmt
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
TEST_TARGET= check
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|