pkgsrc/sysutils/ipmitool/Makefile
jperkin 94d5e0de3f ipmitool: Avoid defines that result in getpass() failures on Darwin.
Inspired by a Homebrew patch, fixes joyent/pkgsrc#79.  Bump PKGREVISION.
2018-09-06 09:47:02 +00:00

25 lines
772 B
Makefile

# $NetBSD: Makefile,v 1.20 2018/09/06 09:47:02 jperkin Exp $
#
DISTNAME= ipmitool-1.8.18
PKGREVISION= 1
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
CFLAGS.NetBSD+= -D_NETBSD_SOURCE
# ipmitool uses rl_event_hook
.include "../../devel/readline/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"