1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name nasm |
---|
6 | version 2.08.01 |
---|
7 | categories lang |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer |
---|
10 | description NASM, the Netwide Assembler, is an 80x86 assembler |
---|
11 | long_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 | |
---|
21 | homepage http://nasm.us |
---|
22 | master_sites http://www.nasm.us/pub/nasm/releasebuilds/${version} |
---|
23 | use_bzip2 yes |
---|
24 | set nasm_src [suffix ${name}-${version}] |
---|
25 | distfiles ${nasm_src} |
---|
26 | checksums md5 1e3ebc1289c2be5963571c0937b7a211 \ |
---|
27 | sha1 4684e0bda835fe903a8f1b727710afb46214de07 \ |
---|
28 | rmd160 443cb03854ba47dcd1b69ab0e31691d783f33132 |
---|
29 | |
---|
30 | destroot.target install install_rdf |
---|
31 | destroot.destdir prefix=${destroot}${prefix} |
---|