mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
732dc1bc31
PR: 80751 Submitted by: Russell Jackson <raj@cserv62.csub.edu>
27 lines
578 B
Makefile
27 lines
578 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
|
|
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.7:${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>
|