openbsd-ports/sysutils/ipmitool/Makefile
2015-07-30 21:51:22 +00:00

35 lines
895 B
Makefile

# $OpenBSD: Makefile,v 1.16 2015/07/30 21:51:22 sthen Exp $
COMMENT= manage and configure devices that support IPMI
DISTNAME= ipmitool-1.8.15
REVISION= 2
CATEGORIES= sysutils
HOMEPAGE= http://ipmitool.sourceforge.net/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= m ncurses edit crypto c
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipmitool/}
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.69
CONFIGURE_ARGS+= --disable-intf-free \
--disable-intf-open \
--disable-intf-imb
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/ipmitool/
${INSTALL_DATA} ${WRKSRC}/contrib/README ${PREFIX}/share/ipmitool/
cd ${WRKSRC}/contrib && ${INSTALL_SCRIPT} bmclanconf collect_data.sh \
create_rrds.sh create_webpage.sh create_webpage_compact.sh \
oem_ibm_sel_map ${PREFIX}/share/ipmitool/
.include <bsd.port.mk>