diff options
author | hubertf <hubertf> | 2005-01-12 00:00:36 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2005-01-12 00:00:36 +0000 |
commit | afb31dfdbe40a61cf8cd8c5eeed6290b93750e63 (patch) | |
tree | db9ef0f3baa766762b9819dcad6f2aeb3f1be3df /sysutils/dmidecode/Makefile | |
parent | 732d2969e902f2f45fd5cee4d32e25a314bae779 (diff) | |
download | pkgsrc-afb31dfdbe40a61cf8cd8c5eeed6290b93750e63.tar.gz |
Import dmidecode-2.5: Print out DMI (SMBIOS) table in human-readable format
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.
Diffstat (limited to 'sysutils/dmidecode/Makefile')
-rw-r--r-- | sysutils/dmidecode/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/dmidecode/Makefile b/sysutils/dmidecode/Makefile new file mode 100644 index 00000000000..6d474f3c08d --- /dev/null +++ b/sysutils/dmidecode/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/01/12 00:00:36 hubertf Exp $ +# + +DISTNAME= dmidecode-2.5 +CATEGORIES= sysutils +MASTER_SITES= http://savannah.gnu.org/download/dmidecode/ + +MAINTAINER= shattered@users.sourceforge.net,hubertf@NetBSD.org +HOMEPAGE= http://www.nongnu.org/dmidecode/ +COMMENT= Print out DMI (SMBIOS) table in human-readable format + +NO_BUILDLINK= YES +ONLY_FOR_PLATFORM= *-*-i386 *-*-x86 + +.include "../../mk/bsd.pkg.mk" |