blob: efd1c4686d8d01b443f3b3c7324d4525b6f020a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.6 2005/10/29 15:32:04 reed Exp $
#
DISTNAME= dmidecode-2.7
CATEGORIES= sysutils
MASTER_SITES= http://savannah.gnu.org/download/dmidecode/
MAINTAINER= shattered@users.sourceforge.net
HOMEPAGE= http://www.nongnu.org/dmidecode/
COMMENT= Print out DMI (SMBIOS) table in human-readable format
ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64
.include "../../mk/bsd.pkg.mk"
|