1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/net-mgmt/zenpack-devicesearch/Makefile
Chris Rees 5ed5cf5953 This ZenPack provides the ability to quickly search for Devices by their name
or by their IP address.  Search is triggered by typing 3 or more characters
into the text box, which then returns the first 10 matches.  The use of the
asterisk wild-card is supported, so you may search for fuzzy matches
dynamically.

WWW: http://community.zenoss.org/docs/DOC-7453

PR:		ports/157505
Submitted by:	Zenoss <zenoss@experts-exchange.com>
2011-10-29 19:31:19 +00:00

21 lines
511 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
ZPACKGROUP= core
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.zenoss.mk"
.include <bsd.port.post.mk>