Ticket #12227: Portfile

File Portfile, 633 bytes (added by bytestorm@…, 17 years ago)

yasm 0.6.1_0 portfile.

Line 
1PortSystem      1.0
2name            yasm
3version         0.6.1
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 a3f5d9686a3281f91de88dafc1584b11532c3755
20
21configure.args --prefix=${prefix}