18 lines
441 B
Makefile
18 lines
441 B
Makefile
# $NetBSD: Makefile,v 1.3 2006/05/01 14:20:07 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= ipmitool-1.8.6
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipmitool/}
|
|
|
|
MAINTAINER= ola@mrEriksson.net
|
|
HOMEPAGE= http://ipmitool.sourceforge.net/
|
|
COMMENT= Provides command-line interface to IPMI-enabled devices
|
|
|
|
CONFIGURE_ARGS+= --enable-intf-imb=no
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|