openbsd-ports/devel/nasm/Makefile
jasper 49789698b0 - update to nasm-2.15.02
- take maintainership

please see https://nasm.us/doc/nasmdocc.html for a full changelog;
amonst other fixes/features, this release adds support for 'note' ELF
sections as used in .note.openbsd.ident.

additional testing by gonzalo@, thanks!
2020-07-02 17:33:11 +00:00

35 lines
689 B
Makefile

# $OpenBSD: Makefile,v 1.46 2020/07/02 17:33:11 jasper Exp $
ONLY_FOR_ARCHS= amd64 i386
COMMENT= general-purpose multi-platform x86 assembler
VERSION= 2.15.02
DISTNAME= nasm-${VERSION}
CATEGORIES= devel lang
MASTER_SITES= ${HOMEPAGE}/pub/nasm/releasebuilds/${VERSION}/
EXTRACT_SUFX= .tar.xz
HOMEPAGE= https://www.nasm.us/
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
# BSD
PERMIT_PACKAGE= Yes
WANTLIB= c
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+=--docdir=${PREFIX}/share/doc/nasm \
--htmldir=${PREFIX}/share/doc/nasm/html
ALL_TARGET= everything
INSTALL_TARGET= install_everything
NO_TEST= Yes
DEBUG_PACKAGES =${BUILD_PACKAGES}
.include <bsd.port.mk>