libtrace 3.0.6 (2008-11-27) * Fixed compilation errors caused by missing #includes (r1382) * Added trace_get_payload_from_pppoe() to external API (r1383) * autoconf now correctly detects libgdc properly for tracertstats (r1384) * Fixed some warnings on recent versions of gcc (r1385)
31 lines
733 B
Makefile
31 lines
733 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/10/29 21:23:19 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= libtrace-3.0.6
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://research.wand.net.nz/software/libtrace/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://research.wand.net.nz/software/libtrace.php
|
|
COMMENT= Library for trace processing
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= libtrace_doxygen='false'
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "DragonFly"
|
|
CONFIGURE_ENV+= ac_cv_have_decl_BIOCSETIF=no
|
|
CFLAGS+= -DHAVE_VSNPRINTF
|
|
.endif
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|