2002-10-13 16:11:31 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: netdude
|
|
|
|
# Date created: Dec 27, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= netdude
|
2004-05-04 09:47:18 +02:00
|
|
|
PORTVERSION= 0.4.5
|
2002-10-13 16:11:31 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2004-05-04 09:47:18 +02:00
|
|
|
MAINTAINER= yb@sainte-barbe.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
|
|
|
|
2004-05-04 09:47:18 +02:00
|
|
|
LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl \
|
|
|
|
netdude.0:${PORTSDIR}/net/libnetdude
|
2002-10-13 16:11:31 +02:00
|
|
|
|
2004-03-30 21:56:43 +02:00
|
|
|
USE_ICONV= yes
|
2004-05-04 09:47:18 +02:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_LIBTOOL_VER= 13
|
|
|
|
CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR}
|
|
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lltdl"
|
2002-10-13 16:11:31 +02:00
|
|
|
USE_GMAKE= yes
|
2004-05-04 09:47:18 +02:00
|
|
|
USE_GNOME= glib12 gtk12
|
2003-05-13 06:29:51 +02:00
|
|
|
INSTALL_SHLIB= yes
|
2004-05-04 09:47:18 +02:00
|
|
|
USE_REINPLACE= yes
|
2002-10-13 16:11:31 +02:00
|
|
|
|
|
|
|
MAN1= netdude.1
|
|
|
|
|
|
|
|
post-patch:
|
2004-05-04 09:47:18 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|DOC_MODULE = netdude|DOC_MODULE =|' \
|
|
|
|
${WRKSRC}/doc/netdude-manual/Makefile.in
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
@${REINPLACE_CMD} -e 's|doc||' ${WRKSRC}/Makefile.in
|
|
|
|
.endif
|
2002-10-13 16:11:31 +02:00
|
|
|
|
2004-05-04 09:47:18 +02:00
|
|
|
.include <bsd.port.mk>
|