pkgsrc/sysutils/dmidecode/Makefile
msaitoh 0a6cf4b28c Add two officially recommended patch to sysutils/dmidecode.
2017-09-14: Reflect HPE's new company name

	After Hewlett Packard Enterprise split from Hewlett-Packard, DMI OEM
	tables reflect the new company name.  Gen10 and subsequent systems will
	use HPE.  Gen9 and prior systems continue to use the old "HP" name.

2018-04-11: decode HPE UEFI type 219 Misc Features

	The incorrect "Misc Feature" bit in type 219 table was being used to
	identify that the platform is capable of booting with UEFI.
2018-05-16 05:10:30 +00:00

26 lines
774 B
Makefile

# $NetBSD: Makefile,v 1.21 2018/05/16 05:10:30 msaitoh Exp $
#
DISTNAME= dmidecode-3.1
PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://download.savannah.gnu.org/releases/dmidecode/
MAINTAINER= msaitoh@NetBSD.org
HOMEPAGE= http://www.nongnu.org/dmidecode/
COMMENT= Print out DMI (SMBIOS) table in human-readable format
LICENSE= gnu-gpl-v2
PATCH_SITES= http://git.savannah.gnu.org/cgit/dmidecode.git/patch/?id=
DIST_SUBDIR= dmidecode-patches
PATCHFILES= ee07a1b4249560d620d05194eb8ff61b40d3ce23
PATCHFILES+= 174387405e98cd94c627832ae23abcb9be7e5623
PATCHFILES+= 2ba4fab210e23cc97db57217af9a6f3b35a9b666
PATCH_DIST_STRIP= -p1
MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64
.include "../../mk/bsd.pkg.mk"