2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Yann Berthier <yb@sainte-barbe.org>
|
2004-05-04 09:35:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libnetdude
|
2011-05-27 13:53:41 +02:00
|
|
|
PORTVERSION= 0.12
|
2004-05-04 09:35:47 +02:00
|
|
|
CATEGORIES= net
|
2011-05-27 13:53:41 +02:00
|
|
|
MASTER_SITES= SF/netdude/${PORTNAME}/${PORTVERSION}
|
2004-05-04 09:35:47 +02:00
|
|
|
|
2012-02-07 15:45:17 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-05-04 09:35:47 +02:00
|
|
|
COMMENT= A library for manipulating libpcap/tcpdump trace files
|
|
|
|
|
|
|
|
LIB_DEPENDS= pcapnav.0:${PORTSDIR}/net/libpcapnav
|
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-05-04 09:35:47 +02:00
|
|
|
USE_GNOME= glib12
|
|
|
|
CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR}
|
2007-01-07 22:42:09 +01:00
|
|
|
USE_LDCONFIG= yes
|
2006-04-29 11:45:42 +02:00
|
|
|
|
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
2004-05-04 09:35:47 +02:00
|
|
|
|
2013-09-21 00:10:23 +02:00
|
|
|
NO_STAGE= yes
|
2004-05-04 09:35:47 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "s|netinet/if_fddi.h|net/fddi.h|g" \
|
|
|
|
${WRKSRC}/protocols/fddi/libnd_fddi.h
|
|
|
|
@${REINPLACE_CMD} -e 's|DOC_MODULE = libnetdude|DOC_MODULE =|' \
|
|
|
|
${WRKSRC}/docs/Makefile.in
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
@${REINPLACE_CMD} -e 's|docs||' ${WRKSRC}/Makefile.in
|
|
|
|
.endif
|
|
|
|
|
2007-10-04 04:10:52 +02:00
|
|
|
.include <bsd.port.mk>
|