diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-17 16:40:12 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-17 16:40:12 +0000 |
commit | 6fbafc115e9f8e9dcf1581df668af06a77656467 (patch) | |
tree | 11ca480bc60fb01b774fe5a57489f1f16184ade8 /devel/nasm/Makefile | |
parent | 7c6d577bdf57bef5a5de73e08b7e4d06bffc87c9 (diff) | |
download | pkgsrc-6fbafc115e9f8e9dcf1581df668af06a77656467.tar.gz |
Update to 0.98.37 (really, rename nasm-devel to nasm). This version is far
more complete than 0.98, plus homogenizing the package in a single one will
save us from conflicts during bulk builds (and during manual builds too).
Diffstat (limited to 'devel/nasm/Makefile')
-rw-r--r-- | devel/nasm/Makefile | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/devel/nasm/Makefile b/devel/nasm/Makefile index 3d7ec2a4de2..764f88ae25a 100644 --- a/devel/nasm/Makefile +++ b/devel/nasm/Makefile @@ -1,15 +1,23 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:31:53 grant Exp $ -# FreeBSD Id: Makefile,v 1.5 1999/06/16 14:02:28 billf Exp $ +# $NetBSD: Makefile,v 1.9 2003/09/17 16:40:12 jmmv Exp $ +# -DISTNAME= nasm-0.98 +DISTNAME= nasm-0.98.37 CATEGORIES= devel lang -MASTER_SITES= ${MASTER_SITE_SUNSITE:=devel/lang/assemblers/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nasm/} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://nasm.sourceforge.net/ -COMMENT= General-purpose multi-platform x86 assembler +COMMENT= General-purpose x86 assembler +ALL_TARGET= everything +INSTALL_TARGET= install_everything GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_GMAKE= yes +USE_PERL5= build +USE_MAKEINFO= YES +INFO_FILES= nasm.info + +MAKE_ENV+= PERL5="${PERL5}" \ + INSTALL_DATA_DIR="${INSTALL_DATA_DIR}" .include "../../mk/bsd.pkg.mk" |