pkgsrc-wip/ipmitools/Makefile
Aleksej Saushev 0b8aa5aecb Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-30 05:44:14 +00:00

20 lines
463 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/09/30 05:44:15 asau 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
PKG_DESTDIR_SUPPORT= none
CONFIGURE_ARGS+= --enable-intf-imb=no
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"