pkgsrc/devel/yasm/Makefile
wiz b0f7c7ea9c Update to 1.2.0:
Changes from 1.1.0 to 1.2.0:

  o Add AVX2 instructions (rev 11 of Intel AVX reference) (#227).
  o Allow 64-bit LFS/LGS/LSS.
  o Improve LAR instruction support (#224).
  o Default win64 .xdata to nobase, add support for ..imagebase (#135).
  o Fix TIMES relocation handling.
  o Fix no-suffix push and pop in GAS mode (#212).
2011-11-29 17:13:42 +00:00

28 lines
807 B
Makefile

# $NetBSD: Makefile,v 1.31 2011/11/29 17:13:42 wiz Exp $
#
DISTNAME= yasm-1.2.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
SUBST_CLASSES+= link
SUBST_STAGE.link= pre-configure
SUBST_MESSAGE.link= Fix linking command.
SUBST_FILES.link= Makefile.in
SUBST_SED.link= -e 's,$$(CCLD_FOR_BUILD) -o $$@,$$(LINK) -o $$@,'
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"