blob: 5ebf78c3c9fa8170533ac49abb192ca7ca7c7267 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.11 2009/01/04 14:08:15 shattered Exp $
#
DISTNAME= dmidecode-2.10
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"
|