2013-09-21 00:10:23 +02:00
|
|
|
# Created by: ijliao
|
2002-10-13 16:11:31 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= netdude
|
2011-05-27 13:55:07 +02:00
|
|
|
PORTVERSION= 0.5.1
|
2014-05-26 21:54:47 +02:00
|
|
|
PORTREVISION= 1
|
2002-10-13 16:11:31 +02:00
|
|
|
CATEGORIES= net
|
2011-05-27 13:55:07 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
|
2002-10-13 16:11:31 +02:00
|
|
|
|
2012-02-07 15:45:17 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= NETwork DUmp data Displayer and Editor for tcpdump tracefiles
|
2002-10-13 16:11:31 +02:00
|
|
|
|
2014-05-26 21:54:47 +02:00
|
|
|
LIB_DEPENDS= libnetdude.so:${PORTSDIR}/net/libnetdude
|
2002-10-13 16:11:31 +02:00
|
|
|
|
2014-05-26 21:54:47 +02:00
|
|
|
USES= gettext iconv libtool gmake
|
|
|
|
USE_AUTOTOOLS= libltdl
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-05-04 09:47:18 +02:00
|
|
|
CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR}
|
|
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lltdl"
|
|
|
|
USE_GNOME= glib12 gtk12
|
2014-05-26 21:54:47 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2002-10-13 16:11:31 +02:00
|
|
|
|
2014-05-26 21:54:47 +02:00
|
|
|
PORTDOCS= *
|
|
|
|
OPTIONS_DEFINE= DOCS
|
2002-10-13 16:11:31 +02:00
|
|
|
|
|
|
|
post-patch:
|
2004-05-04 09:47:18 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|DOC_MODULE = netdude|DOC_MODULE =|' \
|
2014-05-26 21:54:47 +02:00
|
|
|
${WRKSRC}/doc/netdude-manual/Makefile.in
|
2002-10-13 16:11:31 +02:00
|
|
|
|
2004-05-04 09:47:18 +02:00
|
|
|
.include <bsd.port.mk>
|