summaryrefslogtreecommitdiff
path: root/devel/nasm/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-02-25 11:42:17 +0000
committeradam <adam@pkgsrc.org>2005-02-25 11:42:17 +0000
commit363f653a2c4b7af47670c54a806fb9a1cd66f35b (patch)
tree7191693f8a6f5b7d290dc3111fcf75ca2ecfa579 /devel/nasm/Makefile
parentc61fec9eaa703f021ceb16274e10f33bea42bdd0 (diff)
downloadpkgsrc-363f653a2c4b7af47670c54a806fb9a1cd66f35b.tar.gz
Changes 0.98.39:
* fix buffer overflow * fix outas86's .bss handling * "make spotless" no longer deletes config.h.in. * %(el)if(n)idn insensitivity to string quotes difference (#809300). * (nasm.c) __OUTPUT_FORMAT__ changed to string value instead of symbol.
Diffstat (limited to 'devel/nasm/Makefile')
-rw-r--r--devel/nasm/Makefile26
1 files changed, 13 insertions, 13 deletions
diff --git a/devel/nasm/Makefile b/devel/nasm/Makefile
index 718b86a2999..92f88217820 100644
--- a/devel/nasm/Makefile
+++ b/devel/nasm/Makefile
@@ -1,25 +1,25 @@
-# $NetBSD: Makefile,v 1.14 2005/01/06 13:06:10 adrianp Exp $
-#
+# $NetBSD: Makefile,v 1.15 2005/02/25 11:42:17 adam Exp $
-DISTNAME= nasm-0.98.38
-PKGREVISION= 1
+DISTNAME= nasm-0.98.39
CATEGORIES= devel lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nasm/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://nasm.sourceforge.net/
COMMENT= General-purpose x86 assembler
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_BUILDLINK3= YES
-
-BUILD_TARGET= everything
-INSTALL_TARGET= install_everything
-GNU_CONFIGURE= yes
-USE_GNU_TOOLS+= make
-USE_PERL5= build
-USE_MAKEINFO= YES
-INFO_FILES= nasm.info
+
+USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
+USE_MAKEINFO= yes
+USE_PERL5= build
+GNU_CONFIGURE= yes
+
+INFO_FILES= nasm.info
+BUILD_TARGET= everything
+INSTALL_TARGET= install_everything
MAKE_ENV+= PERL5="${PERL5}" \
INSTALL_DATA_DIR="${INSTALL_DATA_DIR}"