diff options
Diffstat (limited to 'devel/nasm/Makefile')
-rw-r--r-- | devel/nasm/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/nasm/Makefile b/devel/nasm/Makefile new file mode 100644 index 00000000000..d8b4664d74a --- /dev/null +++ b/devel/nasm/Makefile @@ -0,0 +1,20 @@ +# 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 $ +# + +DISTNAME= nasm-0.98 +CATEGORIES= devel lang +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= devel/lang/assemblers + +MAINTAINER= murray@cdrom.com + +GNU_CONFIGURE= yes + +MAN1= nasm.1 ndisasm.1 + +.include <bsd.port.mk> |