pkgsrc/sysutils/ipmitool/Makefile
2017-07-27 08:06:46 +00:00

23 lines
738 B
Makefile

# $NetBSD: Makefile,v 1.18 2017/07/27 08:06:46 sborrill Exp $
#
DISTNAME= ipmitool-1.8.11
PKGREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipmitool/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ipmitool.sourceforge.net/
COMMENT= Command-line utility for managing IPMI devices
GNU_CONFIGURE= yes
INSTALLATION_DIRS+= share/examples/ipmitool share/doc/ipmitool
CONFIGURE_ARGS.NetBSD+= --disable-intf-open --disable-intf-imb
CONFIGURE_ARGS.DragonFly+= --disable-intf-open --disable-intf-imb
CONFIGURE_ARGS.SunOS+= --enable-solaris-opt
# ipmitool uses rl_event_hook
.include "../../devel/readline/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"