1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/net-mgmt/wmi-client/Makefile
Motoyuki Konno c679424d17 Add Pandora FMS 4.0.1 - a Flexible Monitoring System.
WMI client 1.3.16 - a WMI (Windows Management Instrumentation) client
                        which is needed for Pandora FMS.
Submitted by:	KIKUCHI Koichiro <koichiro@rworks.jp>
		Junichi Satoh <junichi@junichi.org>
WWW;		http://pandorafms.org/
Feature safe:	yes
2012-04-21 12:27:40 +00:00

40 lines
859 B
Makefile

# New ports collection makefile for: wmi
# Date created: 2011-11-25
# Whom: KIKUCHI Koichiro <koichiro@rworks.jp>
#
# $FreeBSD$
#
PORTNAME= wmi
PORTVERSION= 1.3.16
CATEGORIES= net-mgmt
MASTER_SITES= http://dev.zenoss.org/svn/trunk/inst/externallibs/ \
ftp://ftp.mk.bsdclub.org/pub/FreeBSD/distfiles/
PKGNAMESUFFIX= -client
MAINTAINER= koichiro@rworks.jp
COMMENT= DCOM/WMI client implementation
CONFLICTS= zenoss-3*
USE_BZIP2= yes
USE_AUTOTOOLS= autoconf:env
USE_PYTHON_BUILD= yes
USE_GMAKE= yes
USE_ICONV= yes
USE_LDCONFIG= yes
#BUILD_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
#RUN_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
MAKEFILE= GNUmakefile
MAKE_ENV= ZENHOME="${PREFIX}" PY_LIBDIR="${PYTHONPREFIX_SITELIBDIR}"
ALL_TARGET= build
.include <bsd.port.pre.mk>
do-configure:
# do noting
.include <bsd.port.post.mk>