2010-10-18 17:50:38 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2010/10/18 21:50:38 sthen Exp $
|
import yasm 0.6.1
YASM is a complete rewrite of the NASM Assembler under the "new" BSD
License. YASM currently supports the x86 and amd64 instruction sets,
accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64,
COFF, Win32 and Win64 object formats, and generates source debugging
information in STABS, DWARF 2, and CodeView 8 formats.
from Shaun Amott (MAINTAINER), updated and tweaked by Stuart Henderson and me
2007-07-18 07:41:28 -04:00
|
|
|
|
|
|
|
COMMENT= complete rewrite of the NASM assembler
|
|
|
|
|
2010-08-19 04:53:56 -04:00
|
|
|
DISTNAME= yasm-1.1.0
|
import yasm 0.6.1
YASM is a complete rewrite of the NASM Assembler under the "new" BSD
License. YASM currently supports the x86 and amd64 instruction sets,
accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64,
COFF, Win32 and Win64 object formats, and generates source debugging
information in STABS, DWARF 2, and CodeView 8 formats.
from Shaun Amott (MAINTAINER), updated and tweaked by Stuart Henderson and me
2007-07-18 07:41:28 -04:00
|
|
|
CATEGORIES= devel lang
|
2010-08-19 04:53:56 -04:00
|
|
|
MASTER_SITES= ${HOMEPAGE}/releases/
|
import yasm 0.6.1
YASM is a complete rewrite of the NASM Assembler under the "new" BSD
License. YASM currently supports the x86 and amd64 instruction sets,
accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64,
COFF, Win32 and Win64 object formats, and generates source debugging
information in STABS, DWARF 2, and CodeView 8 formats.
from Shaun Amott (MAINTAINER), updated and tweaked by Stuart Henderson and me
2007-07-18 07:41:28 -04:00
|
|
|
|
2009-04-30 17:31:49 -04:00
|
|
|
MAINTAINER= Brad Smith <brad@comstyle.com>
|
import yasm 0.6.1
YASM is a complete rewrite of the NASM Assembler under the "new" BSD
License. YASM currently supports the x86 and amd64 instruction sets,
accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64,
COFF, Win32 and Win64 object formats, and generates source debugging
information in STABS, DWARF 2, and CodeView 8 formats.
from Shaun Amott (MAINTAINER), updated and tweaked by Stuart Henderson and me
2007-07-18 07:41:28 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.tortall.net/projects/yasm/
|
|
|
|
|
|
|
|
# Yasm's license is BSD-style, with some
|
|
|
|
# portions (currently) under the LGPL.
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2010-08-19 04:53:56 -04:00
|
|
|
WANTLIB= c
|
2008-01-08 09:40:39 -05:00
|
|
|
|
2010-08-19 04:53:56 -04:00
|
|
|
MODULES= devel/gettext
|
import yasm 0.6.1
YASM is a complete rewrite of the NASM Assembler under the "new" BSD
License. YASM currently supports the x86 and amd64 instruction sets,
accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64,
COFF, Win32 and Win64 object formats, and generates source debugging
information in STABS, DWARF 2, and CodeView 8 formats.
from Shaun Amott (MAINTAINER), updated and tweaked by Stuart Henderson and me
2007-07-18 07:41:28 -04:00
|
|
|
|
2010-08-19 04:53:56 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS= --disable-python
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2010-10-18 17:50:38 -04:00
|
|
|
USE_GROFF = Yes
|
import yasm 0.6.1
YASM is a complete rewrite of the NASM Assembler under the "new" BSD
License. YASM currently supports the x86 and amd64 instruction sets,
accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64,
COFF, Win32 and Win64 object formats, and generates source debugging
information in STABS, DWARF 2, and CodeView 8 formats.
from Shaun Amott (MAINTAINER), updated and tweaked by Stuart Henderson and me
2007-07-18 07:41:28 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|