16 lines
422 B
Makefile
16 lines
422 B
Makefile
# $NetBSD: Makefile,v 1.8 2007/08/10 23:25:02 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= dmidecode-2.8
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|