mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
5ed5cf5953
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>
21 lines
511 B
Makefile
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>
|