freebsd-ports/net-mgmt/zenpack-libvirt/Makefile
Jason Helfman 1c09104064 - Add New USES macro to handle support for Zenoss ports and Zenpacks:
USES= zenoss
-trim historical headers

Convert net-mgmt/zenpack family to new framework

PR:		176723
Approved by:	maintainer timeout ( 14 days )
2013-03-20 06:28:43 +00:00

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>