Update multimedia/mplayer to version 1.1.r20141223_2
[dports.git] / net / libtrace / Makefile
1 # Created by: Matt Peterson <matt@peterson.org>
2 # $FreeBSD$
3
4 PORTNAME=       libtrace
5 PORTVERSION=    3.0.19
6 PORTREVISION=   1
7 CATEGORIES=     net
8 MASTER_SITES=   http://research.wand.net.nz/software/libtrace/
9
10 MAINTAINER=     matt@peterson.org
11 COMMENT=        C library for network packet capture and processing
12
13 LIB_DEPENDS=    libpcap.so:${PORTSDIR}/net/libpcap
14
15 CONFIGURE_ARGS= --with-libpcap=${LOCALBASE} \
16                 libtrace_doxygen=false
17
18 GNU_CONFIGURE=  yes
19 USE_LDCONFIG=   yes
20 USES=           gmake libtool
21 LDFLAGS+=       -L${LOCALBASE}/lib
22
23 post-patch:
24         @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
25         ${WRKSRC}/configure
26
27 .include <bsd.port.mk>