freebsd-ports/devel/nasm/Makefile
Alexey Dokuchaev b9d547bfcf - Update to version 2.08.01
- Remove SF mirror now that it does not carry new distfiles any more
- Reformat (kill line wrapping) and sort MAN1 values
- Simplify PORTDOCS installation, canonicalize Makefile header
- Replace `x86-64' with FreeBSDish `amd64' in COMMENT

Approved by:	krion (maintainer)
2010-05-23 14:50:33 +00:00

33 lines
822 B
Makefile

# New ports collection makefile for: The Netwide Assembler
# Date created: 7 April 1998
# Whom: Murray Stokely <murray@cdrom.com>
#
# $FreeBSD$
#
PORTNAME= nasm
PORTVERSION= 2.08.01
PORTEPOCH= 1
CATEGORIES= devel lang
MASTER_SITES= http://www.nasm.us/pub/nasm/releasebuilds/${PORTVERSION}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-xdoc${EXTRACT_SUFX}
MAINTAINER= krion@FreeBSD.org
COMMENT= General-purpose multi-platform x86 and amd64 assembler
USE_BZIP2= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install install_rdf
MAKE_JOBS_UNSAFE= yes
MAN1= ldrdf.1 nasm.1 ndisasm.1 rdf2bin.1 rdf2com.1 rdf2ihx.1 \
rdf2ith.1 rdf2srec.1 rdfdump.1 rdflib.1 rdx.1
PORTDOCS= *
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/doc/nasmdoc.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>