23 lines
576 B
Makefile
23 lines
576 B
Makefile
# New ports collection makefile for: DeviceSearch
|
|
# Date created: 26 May 2011
|
|
# Whom: 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
|
|
|
|
ZPACKGROUP= core
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/Mk/bsd.zenoss.mk"
|
|
.include <bsd.port.post.mk>
|