2004-12-23 10:56:15 +00:00
|
|
|
# New ports collection makefile for: ipmitool
|
|
|
|
# Date created: 25/Oct/2004
|
|
|
|
# Whom: Dmitry Frolov <frol@nov.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ipmitool
|
2005-05-08 16:33:31 +00:00
|
|
|
PORTVERSION= 1.8.1
|
2004-12-23 10:56:15 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= frolov@riss-telecom.ru
|
|
|
|
COMMENT= CLI to manage IPMI systems
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_OPENSSL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2005-05-08 16:33:31 +00:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
2004-12-23 10:56:15 +00:00
|
|
|
# On FreeBSD only lan and lanplus interfaces are supported at this time
|
|
|
|
CONFIGURE_ARGS+= --enable-intf-lan --enable-intf-lanplus \
|
|
|
|
--disable-intf-open --disable-intf-imb --disable-intf-lipmi
|
2005-05-08 16:33:31 +00:00
|
|
|
PLIST_FILES= bin/ipmitool sbin/ipmievd
|
2004-12-23 10:56:15 +00:00
|
|
|
PLIST_DIRS= share/${PORTNAME}
|
|
|
|
PORTDOCS= README AUTHORS ChangeLog COPYING
|
|
|
|
MAN1+= ${PORTNAME}.1
|
|
|
|
|
2005-05-08 16:33:31 +00:00
|
|
|
DATAFILES= bmclanconf ipmi.init.basic ipmi.init.redhat README \
|
|
|
|
collect_data.sh create_rrds.sh create_webpage_compact.sh \
|
|
|
|
create_webpage.sh
|
2004-12-23 10:56:15 +00:00
|
|
|
.for f in ${DATAFILES}
|
|
|
|
PLIST_FILES+= share/${PORTNAME}/${f}
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|