1c09104064
USES= zenoss -trim historical headers Convert net-mgmt/zenpack family to new framework PR: 176723 Approved by: maintainer timeout ( 14 days )
27 lines
694 B
Makefile
27 lines
694 B
Makefile
# Created by: Zenoss <zenoss@experts-exchange.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libvirt
|
|
PORTVERSION= 1.96
|
|
PORTREVISION= 2
|
|
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 monitoring of virtualization servers through Zenoss
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= libvirt>=0.9.1:${PORTSDIR}/devel/libvirt
|
|
|
|
PLIST_FILES= zenoss/ZenPack/${ZPACK}
|
|
PLIST_DIRS= zenoss/ZenPack
|
|
USES= zenoss
|
|
|
|
ZPACKPREFIX= ZenPacks.community.
|
|
ZPACKGROUP= community
|
|
WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG}
|
|
TAG= 4113cfe
|
|
|
|
.include <bsd.port.mk>
|