freebsd-ports/net/libtrace/Makefile
Muhammad Moinur Rahman fa9b5f0068
net/libtrace: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-25 10:17:53 +01:00

22 lines
551 B
Makefile

PORTNAME= libtrace
PORTVERSION= 3.0.19
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://research.wand.net.nz/software/libtrace/
MAINTAINER= matt@peterson.org
COMMENT= C library for network packet capture and processing
WWW= http://research.wand.net.nz/software/libtrace.php
LIB_DEPENDS= libpcap.so.1:net/libpcap
CONFIGURE_ARGS= --with-libpcap=${LOCALBASE} \
libtrace_doxygen=false
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_LDCONFIG= yes
USES= gmake libtool ncurses
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>