freebsd-ports/devel/nasm/Makefile
Mario Sergio Fujikawa Ferreira 85920e01d6 o Update to 0.98.33
o Update WWW tag in DESCR

Approved by:	maintainer
2002-06-07 16:22:34 +00:00

27 lines
495 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.33
PORTEPOCH= 1
CATEGORIES= devel lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nasm
MAINTAINER= murray@FreeBSD.org
USE_BZ2= yes
GNU_CONFIGURE= yes
PLIST_SUB= VERSION=${PORTVERSION}
MAN1= nasm.1 ndisasm.1
post-install:
${LN} -sf nasm ${PREFIX}/bin/${DISTNAME}
.include <bsd.port.mk>