1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/devel/nasm/Makefile
Niclas Zeising 838555c1f5 devel/nasm: Update to 2.14.02
Update devel/nasm to 2.14.02, this is a quite big update with lots of
changes.  For a complete changelog, see the nasm homepage:
https://nasm.us/doc/nasmdocc.html

Big thanks to Antoine for the exp-run!

PR:		234513 (exp-run)
2019-01-05 10:28:40 +00:00

39 lines
1.0 KiB
Makefile

# Created by: Murray Stokely <murray@cdrom.com>
# $FreeBSD$
PORTNAME= nasm
PORTVERSION= 2.14.02
PORTEPOCH= 1
CATEGORIES= devel lang
MASTER_SITES= http://www.nasm.us/pub/nasm/releasebuilds/${PORTVERSION}/ \
https://mirror.sobukus.de/files/src/nasm/
MAINTAINER= zeising@FreeBSD.org
COMMENT= General-purpose multi-platform x86 and amd64 assembler
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_func_strspn=yes
USES= tar:xz gmake
MAKE_ARGS+= INSTALLROOT=${STAGEDIR}
INSTALL_TARGET= install #needed for RDOFF_INSTALL_TARGET
OPTIONS_DEFINE= RDOFF DOCS
OPTIONS_DEFAULT=RDOFF
OPTIONS_SUB= yes
RDOFF_DESC= Install tools to handle RDOFF object files
RDOFF_INSTALL_TARGET= install_rdf
DOCS_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-xdoc${EXTRACT_SUFX}
PORTDOCS= *
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})
${INSTALL_DATA} ${WRKSRC}/doc/nasmdoc.txt ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>