1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/devel/nasm/Makefile
Kirill Ponomarev 5e147280ef - SIZEify
2004-01-30 14:05:15 +00:00

31 lines
645 B
Makefile

# New ports collection makefile for: nasm
# Date created: 7 April 1998
# Whom: Murray Stokely <murray@cdrom.com>
#
# $FreeBSD$
#
PORTNAME= nasm
PORTVERSION= 0.98.38
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nasm
MAINTAINER= krion@FreeBSD.org
COMMENT= General-purpose multi-platform x86 assembler
USE_SIZE= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
PLIST_SUB= VERSION=${PORTVERSION}
MAN1= nasm.1 ndisasm.1
post-install:
${LN} -sf nasm ${PREFIX}/bin/${DISTNAME}
.include <bsd.port.mk>