mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
bebb98615c
in .OBJ format, support for LCC, AMD 3d-Now MMX instructions, and SSE instructions. The above new features mean nothing to this committer who is frightened by machine code, but to the determined hacker, I'm sure the above features will be welcomed warmly. PR: ports/12027 Submitted by: Murray Stokely <murray@cdrom.com>
21 lines
445 B
Makefile
21 lines
445 B
Makefile
# 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.4 1998/04/11 18:47:05 vanilla 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>
|