# $Id: Portfile 95547 2012-07-16 05:58:29Z titus@macports.org $

PortSystem	1.0

name		yasm
version		1.2.0
categories	lang
license		{Artistic-1 GPL-2+ LGPL} BSD
maintainers	acho openmaintainer
description	yasm - a modular bsd reimplementation of NASM
long_description A modular x86/amd64 assembler supporting NASM and GAS asm \
		syntaxes and a variety of output formats.  It is licensed \
		under the 3-clause BSD license except the nasm preprocessor \
		which is LGPL.

depends_lib	port:gettext

platforms	darwin

homepage	http://www.tortall.net/projects/yasm/
master_sites	http://www.tortall.net/projects/yasm/releases/

checksums       sha1    773d28f27f83c44ac35079add0d3167ca6c1def8 \
                rmd160  6d2baf27a45d6dbe250f972f18fb6627f50394d9

livecheck.url   ${master_sites}
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
