Ticket #11767: Portfile

File Portfile, 633 bytes (added by bytestorm@…, 17 years ago)
Line 
1PortSystem      1.0
2name            yasm
3version         0.6.0
4revision        0
5categories      lang
6maintainers     bytestorm@gmail.com
7description     yasm - a modular bsd reimplementation of NASM
8long_description A modular x86/amd64 assembler supporting NASM and GAS asm \
9                syntaxes and a variety of output formats.  It is licensed \
10                under the 3-clause BSD license except the nasm preprocessor \
11                which is LGPL.
12
13platforms       darwin
14
15homepage        http://www.tortall.net/projects/yasm/
16master_sites    http://www.tortall.net/projects/yasm/releases/
17
18checksums       ${distname}${extract.suffix} \
19                    sha1 c4354d7c5ce7924f4b656d6eb15fcfc289fc6ac3
20
21configure.args --prefix=${prefix}