1997-10-27 01:17:03 +01:00
|
|
|
# New ports collection makefile for: nasm
|
1998-04-11 20:47:05 +02:00
|
|
|
# Date created: 7 April 1998
|
1997-10-27 01:17:03 +01:00
|
|
|
# Whom: Murray Stokely <murray@cdrom.com>
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1997-10-27 01:17:03 +01:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= nasm
|
2003-11-07 00:07:40 +01:00
|
|
|
PORTVERSION= 0.98.38
|
2003-12-14 16:40:49 +01:00
|
|
|
PORTREVISION= 1
|
2003-03-29 19:51:04 +01:00
|
|
|
PORTEPOCH= 1
|
1997-10-27 01:17:03 +01:00
|
|
|
CATEGORIES= devel lang
|
2002-06-07 18:22:34 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= nasm
|
1997-10-27 01:17:03 +01:00
|
|
|
|
2003-11-07 00:07:40 +01:00
|
|
|
MAINTAINER= krion@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= General-purpose multi-platform x86 assembler
|
1997-10-27 01:17:03 +01:00
|
|
|
|
2003-07-11 06:18:58 +02:00
|
|
|
USE_BZIP2= yes
|
1998-03-11 08:17:31 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-11-07 00:07:40 +01:00
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2002-06-07 18:22:34 +02:00
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
1998-03-11 08:17:31 +01:00
|
|
|
|
1997-10-27 01:17:03 +01:00
|
|
|
MAN1= nasm.1 ndisasm.1
|
|
|
|
|
1999-12-11 02:45:52 +01:00
|
|
|
post-install:
|
|
|
|
${LN} -sf nasm ${PREFIX}/bin/${DISTNAME}
|
|
|
|
|
1997-10-27 01:17:03 +01:00
|
|
|
.include <bsd.port.mk>
|