1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/net/netdude/Makefile
Antoine Brodin 89b4379a17 Deprecate most glib12 consumers
With hat:	portmgr
2018-10-12 09:19:04 +00:00

34 lines
737 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= netdude
PORTVERSION= 0.5.1
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= NETwork DUmp data Displayer and Editor for tcpdump tracefiles
DEPRECATED= Uses obsolete glib12
EXPIRATION_DATE= 2018-12-20
LIB_DEPENDS= libltdl.so:devel/libltdl \
libnetdude.so:net/libnetdude
USES= gettext iconv libtool gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR}
LIBS+= -L${LOCALBASE}/lib -lltdl
USE_GNOME= glib12 gtk12
INSTALL_TARGET= install-strip
PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|DOC_MODULE = netdude|DOC_MODULE =|' \
${WRKSRC}/doc/netdude-manual/Makefile.in
.include <bsd.port.mk>