This feature release adds basic support for TASM-like assembly syntax as well as a TASM-like command line frontend. It updates AVX and FMA instructions to the latest Intel specifications, and updates code alignment opcodes for modern processors. It also includes a number of GAS syntax fixes and other bugfixes.
22 lines
614 B
Makefile
22 lines
614 B
Makefile
# $NetBSD: Makefile,v 1.25 2009/07/22 21:14:24 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= yasm-0.8.0
|
|
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
|
|
LICENSE= modified-bsd AND (artistic OR gnu-gpl-v2 OR gnu-lgpl-v2)
|
|
|
|
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"
|