# $Id: Portfile,v 1.2 2005/02/12 05:44:33 toby Exp $

PortSystem 1.0

name		nasm
version		0.98.39
categories	lang
platforms	darwin
maintainers	mww@opendarwin.org
description	NASM is an 80x86 assembler
long_description	NASM is an 80x86 assembler designed for portability \
			and modularity. It supports a range of object file \
			formats including Linux a.out and ELF, COFF, Microsoft \
			16-bit OBJ and Win32. It will also output plain binary \
			files. Its syntax is designed to be simple and easy to \
			understand, similar to Intel's.

homepage	http://nasm.sourceforge.net/
master_sites	sourceforge
checksums	md5 2032ad44c7359f7a9a166a40a633e772
use_bzip2	yes

configure.args	--mandir=\\\${prefix}/share/man

destroot.destdir	prefix=${destroot}${prefix}
