pkgsrc/devel/nasm/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

30 lines
819 B
Makefile

# $NetBSD: Makefile,v 1.63 2020/01/26 17:31:00 rillig Exp $
DISTNAME= nasm-2.14.02
PKGREVISION= 1
CATEGORIES= devel lang
MASTER_SITES= http://www.nasm.us/pub/nasm/releasebuilds/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.nasm.us/
COMMENT= General-purpose x86 assembler
LICENSE= 2-clause-bsd
BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
USE_TOOLS+= gmake makeinfo perl
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/nasm
CONFIGURE_ARGS+= --htmldir=${PREFIX}/share/doc/nasm/html
BUILD_TARGET= everything
INSTALL_TARGET= install_everything
TEST_TARGET= test
MAKE_ENV+= PERL5=${PERL5:Q}
CTF_SUPPORTED= no # https://smartos.org/bugview/OS-6510
.include "../../mk/bsd.pkg.mk"