freebsd-ports/devel/nasm/Makefile
Niclas Zeising a00b7c0e64 Add a mirror to fetch devel/nasm distfiles.
Currently, nasm.us seem to be down, add another mirror to make the source
fetchable.

Reported by:	antoine
2018-02-10 22:15:15 +00:00

37 lines
998 B
Makefile

# Created by: Murray Stokely <murray@cdrom.com>
# $FreeBSD$
PORTNAME= nasm
PORTVERSION= 2.13.03
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
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>