blob: f3c15821a37f58ef165b9a3431bff0dd5ee8397b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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>
|