1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net-mgmt/wmi-client/Makefile
Marcus von Appen 3c48c13036 - Fix the usage of 'python' to get rid of the implicit lang/python
dependency

Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
2013-12-14 10:31:16 +00:00

30 lines
689 B
Makefile

# Created by: KIKUCHI Koichiro <koichiro@rworks.jp>
# $FreeBSD$
PORTNAME= wmi
PORTVERSION= 1.3.16
CATEGORIES= net-mgmt
MASTER_SITES= http://dev.zenoss.org/trac/export/26435/trunk/inst/externallibs/ \
http://www.openvas.org/download/wmi/ \
http://mirrors.rit.edu/zi/
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
MAKEFILE= GNUmakefile
MAKE_ENV= ZENHOME="${PREFIX}" PY_LIBDIR="${PYTHONPREFIX_SITELIBDIR}" PYTHON="${PYTHON_CMD}"
ALL_TARGET= build
NO_STAGE= yes
.include <bsd.port.mk>