mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
8f66ae99c3
With hat: portmgr
29 lines
693 B
Makefile
29 lines
693 B
Makefile
# Created by: Zenoss <zenoss@experts-exchange.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libvirt
|
|
PORTVERSION= 1.96
|
|
PORTREVISION= 4
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= https://github.com/zenoss/${ZPACKPREFIX}${PORTNAME}/tarball/master/
|
|
DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|