openbsd-ports/devel/yasm/Makefile
jasper 076f4c9428 import yasm 0.6.1
YASM is a complete rewrite of the NASM Assembler under the "new" BSD
License. YASM currently supports the x86 and amd64 instruction sets,
accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64,
COFF, Win32 and Win64 object formats, and generates source debugging
information in STABS, DWARF 2, and CodeView 8 formats.

from Shaun Amott (MAINTAINER), updated and tweaked by Stuart Henderson and me
2007-07-18 11:41:28 +00:00

29 lines
665 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/07/18 11:41:28 jasper Exp $
COMMENT= complete rewrite of the NASM assembler
DISTNAME= yasm-0.6.1
CATEGORIES= devel lang
MAINTAINER= Shaun Amott <shaun@inerd.com>
HOMEPAGE= http://www.tortall.net/projects/yasm/
# Yasm's license is BSD-style, with some
# portions (currently) under the LGPL.
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= ${HOMEPAGE}/releases/
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INSTALL_TARGET= install install-man
.include <bsd.port.mk>