blob: 6d474f3c08db4c85eaa036fc4b3a8dc393249aaa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
|