freebsd-ports/net-mgmt/zenpack-interfacegraphs/Makefile
Jason Helfman 08bc07bf14 - Fix fetch error by updating MASTER_SITES and DISTFILE
PR:	ports/164107
Submitted by: Anthony Garcia <agarcia at experts-exchange.com>
Approved by:	crees,rene (mentors, implicit)
2012-01-14 01:21:16 +00:00

24 lines
693 B
Makefile

# New ports collection makefile for: InterfaceGraphs
# Date created: 26 May 2011
# Whom: Zenoss <zenoss@experts-exchange.com>
#
# $FreeBSD$
#
PORTNAME= InterfaceGraphs
PORTVERSION= 1.0
CATEGORIES= net-mgmt
MASTER_SITES= https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/
DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG}
MAINTAINER= zenoss@experts-exchange.com
COMMENT= Provides a link that graphs all network interfaces for a device
ZPACKGROUP= community
ZPACKPREFIX= ZenPacks.community.
WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG}
TAG= 7ed2d7d
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.zenoss.mk"
.include <bsd.port.post.mk>