Instrumentation for Manageability is an IBM-initiated Open Source project, intended to enhance the manageability of GNU/Linux systems. It does so by enabling WBEM, Web Based Enterprise Management. # I use this for VMware ESXi to obtain CIM info.
25 lines
623 B
Makefile
25 lines
623 B
Makefile
# New ports collection makefile for: sblim-wbemcli
|
|
# Date created: 20 Dec 2008
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sblim-wbemcli
|
|
PORTVERSION= 1.6.0
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,sblim,}
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= CLI for Web Based Enterprise Management by SBLIM
|
|
|
|
BUILD_DEPENDS= libwww-config:${PORTSDIR}/www/libwww
|
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
|
|
|
USE_BZIP2= YES
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib"
|
|
MAKE_ARGS= RM="${RM} -f"
|
|
MAN1= wbemcli.1
|
|
|
|
.include <bsd.port.mk>
|