mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
1c09104064
USES= zenoss -trim historical headers Convert net-mgmt/zenpack family to new framework PR: 176723 Approved by: maintainer timeout ( 14 days )
23 lines
609 B
Makefile
23 lines
609 B
Makefile
# Created by: Zenoss <zenoss@experts-exchange.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DellMon
|
|
PORTVERSION= 2.4
|
|
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= https://github.com/epuzanov/${ZPACKPREFIX}${PORTNAME}/tarball/dellmon-2.4/
|
|
DISTNAME= epuzanov-${ZPACKPREFIX}${PORTNAME}-dellmon-2.4-0-g9697659
|
|
|
|
MAINTAINER= zenoss@experts-exchange.com
|
|
COMMENT= Provides additional monitoring options for Dell machines
|
|
|
|
PLIST_FILES= zenoss/ZenPack/${ZPACK}
|
|
PLIST_DIRS= zenoss/ZenPack
|
|
USES= zenoss
|
|
|
|
ZPACKGROUP= community
|
|
WRKSRC= ${WRKDIR}/epuzanov-${ZPACKPREFIX}${PORTNAME}-a4ae347
|
|
ZPACKPREFIX= ZenPacks.community.
|
|
|
|
.include <bsd.port.mk>
|