19 lines
448 B
Makefile
19 lines
448 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= zenoss@experts-exchange.com
|
|
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>
|