Ticket #24744: Portfile.nasm.modified

File Portfile.nasm.modified, 1.2 KB (added by SwitchfootX@…, 14 years ago)

Updated Portfile

Line 
1# $Id$
2
3PortSystem 1.0
4
5name            nasm
6version         2.08.01
7categories      lang
8platforms       darwin
9maintainers     nomaintainer
10description     NASM, the Netwide Assembler, is an 80x86 assembler
11long_description \
12        The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed \
13        for portability and modularity. It supports a range of object file \
14        formats, including Linux and *BSD a.out, ELF, COFF, Mach-O, Microsoft \
15        16-bit OBJ, Win32 and Win64. It will also output plain binary files. \
16        Its syntax is designed to be simple and easy to understand, similar \
17        to Intel's but less complex. It supports from the upto and including \
18        Pentium, P6, MMX, 3DNow!, SSE, SSE2, SSE3 and x64 opcodes. NASM has a \
19        strong support for macro conventions.
20
21homepage        http://nasm.us
22master_sites    http://www.nasm.us/pub/nasm/releasebuilds/${version}
23use_bzip2       yes
24set nasm_src    [suffix ${name}-${version}]
25distfiles       ${nasm_src}
26checksums       md5     1e3ebc1289c2be5963571c0937b7a211 \
27                sha1    4684e0bda835fe903a8f1b727710afb46214de07 \
28                rmd160  443cb03854ba47dcd1b69ab0e31691d783f33132
29
30destroot.target         install install_rdf
31destroot.destdir        prefix=${destroot}${prefix}