aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/sdig/Makefile
blob: 514dcc546bed637d5e5ceebdae3aa16cb7a81c0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for: sdig
# Date created: 25 May 2004
# Whom: Russell A. Jackson <rjackson@cserv62.csub.edu>
#
# $FreeBSD$
#

PORTNAME=   sdig
PORTVERSION=    0.43
PORTREVISION=   1
CATEGORIES= net-mgmt
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= raj@cserv62.csub.edu
COMMENT=    Translate IP/DNS/WINS/MAC address into port description

LIB_DEPENDS=    netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp

USE_GMAKE=  yes
GNU_CONFIGURE=  yes

MAN5=       sdig.conf.5
MAN8=       sdig.8
PLIST_FILES=    bin/sdig etc/sdig.conf-sample etc/mactable-sample

.include <bsd.port.mk>