1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net/libtrace/Makefile
Martin Wilke 5bfc9c6254 - Stage support
- Convert to USES
2014-01-31 09:02:06 +00:00

26 lines
544 B
Makefile

# Created by: Matt Peterson <matt@peterson.org>
# $FreeBSD$
PORTNAME= libtrace
PORTVERSION= 3.0.15
CATEGORIES= net
MASTER_SITES= http://research.wand.net.nz/software/libtrace/
MAINTAINER= matt@peterson.org
COMMENT= C library for network packet capture and processing
LIB_DEPENDS= pcap:${PORTSDIR}/net/libpcap
CONFIGURE_ARGS= --with-libpcap=${LOCALBASE}
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= gmake
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
${WRKSRC}/configure
.include <bsd.port.mk>