pkgsrc/sysutils/dmidecode/Makefile
mrg 0a843265c7 various fixes for arm64 big endian support.
most of these simply extend matching from "aarch64" to "aarch64eb"
in various forms of code.  most remaining uses in pkgsrc of
"MACHINE_ARCH == aarch64" are because of missing aarch64eb support,
such as most of the binary-bootstrap requiring languages like rust,
go, and java.

no pkg-bump because this shouldn't change packages on systems that
could already build all of these.
2021-04-25 07:51:24 +00:00

26 lines
758 B
Makefile

# $NetBSD: Makefile,v 1.35 2021/04/25 07:51:25 mrg Exp $
#
DISTNAME= dmidecode-3.3
PKGREVISION= 1
EXTRACT_SUFX= .tar.xz
CATEGORIES= sysutils
MASTER_SITES= https://download.savannah.gnu.org/releases/dmidecode/
MAINTAINER= msaitoh@NetBSD.org
HOMEPAGE= https://www.nongnu.org/dmidecode/
COMMENT= Print out DMI (SMBIOS) table in human-readable format
LICENSE= gnu-gpl-v2
PATCH_SITES= https://git.savannah.gnu.org/cgit/dmidecode.git/patch/?id=
DIST_SUBDIR= dmidecode-patches
PATCHFILES= 1117390ccd9cea139638db6f460bb6de70e28f94
PATCHFILES+= 11e134e54d15e67a64c39a623f492a28df922517
PATCH_DIST_STRIP= -p1
MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64 *-*-aarch64*
.include "../../mk/bsd.pkg.mk"