freebsd-ports/net-mgmt/wmi-client/Makefile
Marcus von Appen a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00

39 lines
857 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
USES= iconv
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>