Dmidecode is a tool for dumping a computer's DMI (some say SMBIOS) table contents in a human-readable format. This table contains a description of the system's hardware components, as well as other useful pieces of information such as serial numbers and BIOS revision.
16 lines
435 B
Makefile
16 lines
435 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/10/11 10:39:54 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= dmidecode-2.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://savannah.gnu.org/download/dmidecode/dmidecode.pkg/2.2/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.nongnu.org/dmidecode/
|
|
COMMENT= Print out DMI (SMBIOS) table in human-readable format
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_GMAKE= yes
|
|
ONLY_FOR_PLATFORM= *-*-i386 *-*-x86
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|