pkgsrc/devel/yasm/Makefile
wiz 94f407ee34 Update to 1.1.0:
Changes from 1.0.1 to 1.1.0:

    * Fix a number of issues with Win32 SAFESEH support (#139).
    * Fix several 32-bit Mach-O (macho32) bugs (#212 and others).
    * Add Intel post-32nm instructions (section 7 of AVX spec).
    * Add XSAVEOPT, INVEPT, INVVPID, and GETSEC instructions (#211).
    * Remove AMD CVT16 instructions.
    * Don't emit unnecessary REX.W for pinsrw instruction (#207).
    * Update gettext to 0.17 (#206).
2010-09-12 22:42:32 +00:00

22 lines
614 B
Makefile

# $NetBSD: Makefile,v 1.28 2010/09/12 22:42:32 wiz Exp $
#
DISTNAME= yasm-1.1.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"