e60f61aae4
"Support for SMBIOS 2.6.1 and 2.7 was added. This includes new enumerated values for recent hardware, as well as support for large memory modules and arrays, and a new entry type for management controller host interfaces. Additionally, many minor bugs were fixed."
16 lines
417 B
Makefile
16 lines
417 B
Makefile
# $NetBSD: Makefile,v 1.12 2011/02/12 11:09:30 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= dmidecode-2.11
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://savannah.gnu.org/download/dmidecode/
|
|
|
|
MAINTAINER= shattered@NetBSD.org
|
|
HOMEPAGE= http://www.nongnu.org/dmidecode/
|
|
COMMENT= Print out DMI (SMBIOS) table in human-readable format
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|