15 lines
427 B
Makefile
15 lines
427 B
Makefile
# $NetBSD: Makefile,v 1.3 2005/02/21 20:26:14 hubertf Exp $
|
|
#
|
|
|
|
DISTNAME= dmidecode-2.5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://savannah.gnu.org/download/dmidecode/
|
|
|
|
MAINTAINER= shattered@users.sourceforge.net,tech-pkg@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_64
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|