# $Id: Portfile 67228 2010-05-03 06:24:35Z blb@macports.org $

PortSystem 1.0

name		nasm
version		2.08.01
categories	lang
platforms	darwin
maintainers	nomaintainer
description	NASM, the Netwide Assembler, is an 80x86 assembler
long_description \
	The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed \
	for portability and modularity. It supports a range of object file \
	formats, including Linux and *BSD a.out, ELF, COFF, Mach-O, Microsoft \
	16-bit OBJ, Win32 and Win64. It will also output plain binary files. \
	Its syntax is designed to be simple and easy to understand, similar \
	to Intel's but less complex. It supports from the upto and including \
	Pentium, P6, MMX, 3DNow!, SSE, SSE2, SSE3 and x64 opcodes. NASM has a \
	strong support for macro conventions.

homepage	http://nasm.us
master_sites	http://www.nasm.us/pub/nasm/releasebuilds/${version}
use_bzip2	yes
set nasm_src	[suffix ${name}-${version}]
distfiles	${nasm_src}
checksums       md5     1e3ebc1289c2be5963571c0937b7a211 \
                sha1    4684e0bda835fe903a8f1b727710afb46214de07 \
                rmd160  443cb03854ba47dcd1b69ab0e31691d783f33132

destroot.target		install install_rdf
destroot.destdir	prefix=${destroot}${prefix}
