freebsd-ports/devel/nasm/Makefile

27 lines
495 B
Makefile
Raw Normal View History

# New ports collection makefile for: nasm
# Date created: 7 April 1998
# Whom: Murray Stokely <murray@cdrom.com>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= nasm
PORTVERSION= 0.98.33
PORTEPOCH= 1
CATEGORIES= devel lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nasm
MAINTAINER= murray@FreeBSD.org
USE_BZ2= yes
1998-03-11 08:17:31 +01:00
GNU_CONFIGURE= yes
PLIST_SUB= VERSION=${PORTVERSION}
1998-03-11 08:17:31 +01:00
MAN1= nasm.1 ndisasm.1
post-install:
${LN} -sf nasm ${PREFIX}/bin/${DISTNAME}
.include <bsd.port.mk>