diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-07-05 07:21:57 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-07-05 07:21:57 +0000 |
commit | 0edc11c6ac49abacce0e16f7e0f91a9bf1481eb1 (patch) | |
tree | 6a9a528c6254b3895b77a77fba5f57765853fe49 /devel/nasm | |
parent | 1f09c5f6443919a8a1826627b7132119a5d9bce2 (diff) | |
download | pkgsrc-0edc11c6ac49abacce0e16f7e0f91a9bf1481eb1.tar.gz |
Adapt this package to NetBSD.
Diffstat (limited to 'devel/nasm')
-rw-r--r-- | devel/nasm/Makefile | 19 | ||||
-rw-r--r-- | devel/nasm/files/md5 | 2 | ||||
-rw-r--r-- | devel/nasm/pkg/DESCR | 4 | ||||
-rw-r--r-- | devel/nasm/pkg/PLIST | 3 |
4 files changed, 12 insertions, 16 deletions
diff --git a/devel/nasm/Makefile b/devel/nasm/Makefile index d8b4664d74a..3e4a01271fa 100644 --- a/devel/nasm/Makefile +++ b/devel/nasm/Makefile @@ -1,20 +1,13 @@ -# New ports collection makefile for: nasm -# Version required: 0.98 -# Date created: 7 April 1998 -# Whom: Murray Stokely <murray@cdrom.com> -# -# $Id: Makefile,v 1.1.1.1 1999/07/05 07:17:34 sakamoto Exp $ -# +# $NetBSD: Makefile,v 1.2 1999/07/05 07:21:57 sakamoto Exp $ +# FreeBSD Id: Makefile,v 1.5 1999/06/16 14:02:28 billf Exp $ DISTNAME= nasm-0.98 CATEGORIES= devel lang -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= devel/lang/assemblers +MASTER_SITES= ${MASTER_SITE_SUNSITE:=devel/lang/assemblers/} -MAINTAINER= murray@cdrom.com +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.web-sites.co.uk/nasm/ GNU_CONFIGURE= yes -MAN1= nasm.1 ndisasm.1 - -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" diff --git a/devel/nasm/files/md5 b/devel/nasm/files/md5 index 24debde0763..9bf87fa4bee 100644 --- a/devel/nasm/files/md5 +++ b/devel/nasm/files/md5 @@ -1 +1,3 @@ +$NetBSD: md5,v 1.2 1999/07/05 07:21:58 sakamoto Exp $ + MD5 (nasm-0.98.tar.gz) = fc334b4b05b5f57fe3fc867c42320ef9 diff --git a/devel/nasm/pkg/DESCR b/devel/nasm/pkg/DESCR index 8057e00c841..e80dc9e3531 100644 --- a/devel/nasm/pkg/DESCR +++ b/devel/nasm/pkg/DESCR @@ -5,6 +5,4 @@ Microsoft Win32 and 16-bit DOS object files, OS/2 object files, the as86 object format, and a home-grown format called RDF. Also included is NDISASM, a prototype x86 binary-file disassembler -which uses the same instruction table as NASM. - -WWW: http://www.web-sites.co.uk/nasm/ +which uses the same instruction table as NASM. diff --git a/devel/nasm/pkg/PLIST b/devel/nasm/pkg/PLIST index ff94372acab..79a53ee1f61 100644 --- a/devel/nasm/pkg/PLIST +++ b/devel/nasm/pkg/PLIST @@ -1,2 +1,5 @@ +@comment $NetBSD: PLIST,v 1.2 1999/07/05 07:21:58 sakamoto Exp $ bin/nasm bin/ndisasm +man/man1/nasm.1 +man/man1/ndisasm.1 |