Changeset 26692
- Timestamp:
- 2007-07-03 21:38:42 (17 months ago)
- Files:
-
- 1 modified
-
trunk/dports/lang/yasm/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/lang/yasm/Portfile
r24140 r26692 1 # $Id$ 1 PortSystem 1.0 2 name yasm 3 version 0.6.1 4 revision 0 5 categories lang 6 maintainers bytestorm@gmail.com 7 description yasm - a modular bsd reimplementation of NASM 8 long_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. 2 12 3 PortSystem 1.0 4 name yasm 5 version 0.6.0 6 categories lang 7 maintainers bytestorm@gmail.com 8 description yasm - a modular bsd reimplementation of NASM 9 long_description A modular x86/amd64 assembler supporting NASM and GAS asm \ 10 syntaxes and a variety of output formats. It is licensed \ 11 under the 3-clause BSD license except the nasm preprocessor \ 12 which is LGPL. 13 platforms darwin 13 14 14 platforms darwin 15 homepage http://www.tortall.net/projects/yasm/ 16 master_sites http://www.tortall.net/projects/yasm/releases/ 15 17 16 homepage http://www.tortall.net/projects/yasm/ 17 master_sites http://www.tortall.net/projects/yasm/releases/ 18 checksums ${distname}${extract.suffix} \ 19 sha1 a3f5d9686a3281f91de88dafc1584b11532c3755 18 20 19 checksums ${distname}${extract.suffix} \ 20 sha1 c4354d7c5ce7924f4b656d6eb15fcfc289fc6ac3 21 22 configure.args --prefix=${prefix} 21 configure.args --prefix=${prefix}

