View | Details | Raw Unified | Return to bug 177598
Collapse All | Expand All

(-)./Makefile (-8 / +7 lines)
Lines 1-12 Link Here
1
# New ports collection makefile for:	The Netwide Assembler
1
# Created by: Murray Stokely <murray@cdrom.com>
2
# Date created:				7 April 1998
3
# Whom:					Murray Stokely <murray@cdrom.com>
4
#
5
# $FreeBSD: ports/devel/nasm/Makefile,v 1.47 2012/11/17 05:56:01 svnexp Exp $
2
# $FreeBSD: ports/devel/nasm/Makefile,v 1.47 2012/11/17 05:56:01 svnexp Exp $
6
#
7
PORTNAME=	nasm
3
PORTNAME=	nasm
8
PORTVERSION=	2.10.03
4
PORTVERSION=	2.10.07
9
PORTEPOCH=	1
5
PORTEPOCH=	1
10
CATEGORIES=	devel lang
6
CATEGORIES=	devel lang
11
MASTER_SITES=	http://www.nasm.us/pub/nasm/releasebuilds/${PORTVERSION}/
7
MASTER_SITES=	http://www.nasm.us/pub/nasm/releasebuilds/${PORTVERSION}/
Lines 16-23 Link Here
16
COMMENT=	General-purpose multi-platform x86 and amd64 assembler
12
COMMENT=	General-purpose multi-platform x86 and amd64 assembler
17
LICENSE=	BSD
13
LICENSE=	BSD
18
USE_BZIP2=	yes
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
USE_XZ=		yes
19
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
20
USE_GMAKE=	yes	# parallel builds (-jX) are broken with BSD make(1)
17
USE_GMAKE=	yes	# parallel builds (-jX) are broken with BSD make(1)
21
INSTALL_TARGET=	install install_rdf
18
INSTALL_TARGET=	install install_rdf
Lines 26-33 Link Here
26
		rdf2ith.1 rdf2srec.1 rdfdump.1 rdflib.1 rdx.1
23
		rdf2ith.1 rdf2srec.1 rdfdump.1 rdflib.1 rdx.1
27
PORTDOCS=	*
24
PORTDOCS=	*
25
.include <bsd.port.options.mk>
26
28
post-install:
27
post-install:
29
.ifndef(NOPORTDOCS)
28
.if ${PORT_OPTIONS:MDOCS}
30
	@${MKDIR} ${DOCSDIR}
29
	@${MKDIR} ${DOCSDIR}
31
	${INSTALL_MAN} ${WRKSRC}/doc/nasmdoc.txt ${DOCSDIR}
30
	${INSTALL_MAN} ${WRKSRC}/doc/nasmdoc.txt ${DOCSDIR}
32
.endif
31
.endif
(-)./distinfo (-4 / +4 lines)
Lines 1-4 Link Here
1
SHA256 (nasm-2.10.03.tar.bz2) = 3babec15086fed1d00495e7c412848fd135cad70faa811738cb35da46d98974c
1
SHA256 (nasm-2.10.07.tar.xz) = d08ca2c0a9d141c0d279774e933e24bcc01dbb6dc20416ad8d9672a08019376f
2
SIZE (nasm-2.10.03.tar.bz2) = 814055
2
SIZE (nasm-2.10.07.tar.xz) = 680892
3
SHA256 (nasm-2.10.03-xdoc.tar.bz2) = e3ec49fceb3327875a3185811448928b4055a3c0ed49d3f2c7fa0e256c156552
3
SHA256 (nasm-2.10.07-xdoc.tar.xz) = b0cfd3f0b8f23fa1354ce41ae37a99a1d927987178df8e4caa760ec71f8ab58e
4
SIZE (nasm-2.10.03-xdoc.tar.bz2) = 852199
4
SIZE (nasm-2.10.07-xdoc.tar.xz) = 686500

Return to bug 177598