pkgsrc/sysutils/ipmitool/Makefile
tnn ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00

27 lines
850 B
Makefile

# $NetBSD: Makefile,v 1.5 2008/01/18 05:09:44 tnn Exp $
#
DISTNAME= ipmitool-1.8.8
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipmitool/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://ipmitool.sourceforge.net/
COMMENT= Command-line utility for managing IPMI devices
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
USE_GNU_READLINE= yes # ipmitool uses rl_event_hook
INSTALLATION_DIRS+= share/examples/ipmitool share/doc/ipmitool
OPSYSVARS+= CONFIGURE_ARGS
CONFIGURE_ARGS.NetBSD+= --disable-intf-open --disable-intf-imb
CONFIGURE_ARGS.DragonFly+= --disable-intf-open --disable-intf-imb
CONFIGURE_ARGS.SunOS+= --enable-solaris-opt
.include "../../devel/readline/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"