mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
28 lines
594 B
Makefile
28 lines
594 B
Makefile
# 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>
|