16 lines
427 B
Makefile
16 lines
427 B
Makefile
|
# $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"
|