mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
a5971c8a3f
- Update WWW and LICENSE - Take maintainership
26 lines
455 B
Makefile
26 lines
455 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= daemonlogger
|
|
PORTVERSION= 1.2.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= farrokhi@FreeBSD.org
|
|
COMMENT= Packet sniffer capable of running as a daemon and as a software tap
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libdnet.so:net/libdnet
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_RC_SUBR= daemonlogger
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Cisco-Talos
|
|
GH_PROJECT= Daemonlogger
|
|
|
|
PLIST_FILES= bin/daemonlogger
|
|
|
|
.include <bsd.port.mk>
|