freebsd-ports/net/libtrace/Makefile
Stefan Eßer 986beaaabc Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
2022-09-08 17:43:21 +02:00

21 lines
511 B
Makefile

PORTNAME= libtrace
PORTVERSION= 3.0.19
PORTREVISION= 2
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
USE_LDCONFIG= yes
USES= gmake libtool ncurses
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>