aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/wmi-client
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2013-08-13 01:19:08 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2013-08-13 01:19:08 +0000
commit4bb997a4b668cf120cc6f6e7333475805c499c77 (patch)
tree7fa3b423c7bda8f72deb3ddba8c3d1bdfeda1d91 /net-mgmt/wmi-client
parenta464253bafcdfad7f6e13d181e95896455a9923f (diff)
downloadports-4bb997a4b668cf120cc6f6e7333475805c499c77.tar.gz
ports-4bb997a4b668cf120cc6f6e7333475805c499c77.zip
- Fix bad MASTER_SITES to resolve fetch issues [1]
- Convert to new 'created by' header+Makefile cleanup while here PR: ports/180584 [1] Submitted by: brd@ [1]
Notes
Notes: svn path=/head/; revision=324643
Diffstat (limited to 'net-mgmt/wmi-client')
-rw-r--r--net-mgmt/wmi-client/Makefile21
1 files changed, 5 insertions, 16 deletions
diff --git a/net-mgmt/wmi-client/Makefile b/net-mgmt/wmi-client/Makefile
index a342f7645ccc..b45c1f5a5435 100644
--- a/net-mgmt/wmi-client/Makefile
+++ b/net-mgmt/wmi-client/Makefile
@@ -1,15 +1,12 @@
-# New ports collection makefile for: wmi
-# Date created: 2011-11-25
-# Whom: KIKUCHI Koichiro <koichiro@rworks.jp>
-#
+# Created by: 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/
+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
@@ -24,16 +21,8 @@ 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>
+.include <bsd.port.mk>