1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/net/netdude/Makefile
Dmitry Marakasov e7b510c965 - Convert to USES=gmake,libtool, drop .la files
- Stagify
- Fix DOCS installtion
- Sort plist
- Strip binaries
- Use new LIB_DEPENDS syntax
- Chase libnetdude update
2014-05-26 19:54:47 +00:00

31 lines
734 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= netdude
PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= NETwork DUmp data Displayer and Editor for tcpdump tracefiles
LIB_DEPENDS= libnetdude.so:${PORTSDIR}/net/libnetdude
USES= gettext iconv libtool gmake
USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR}
CONFIGURE_ENV= 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>