mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
8f66ae99c3
With hat: portmgr
20 lines
438 B
Makefile
20 lines
438 B
Makefile
# Created by: Zenoss <zenoss@experts-exchange.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DeviceSearch
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://www.glenbarber.us/ports/net-mgmt/zenpack-${PORTNAME}/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Provides the ability to quickly search for devices in Zenoss
|
|
|
|
PLIST_FILES= zenoss/ZenPack/${ZPACK}
|
|
PLIST_DIRS= zenoss/ZenPack
|
|
USES= zenoss
|
|
|
|
ZPACKGROUP= core
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|