1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/net/libpcapnav/Makefile
Dmitry Marakasov 65a1bf6dde - Convert to USES=libtool, drop .la files
- Fix DOCS installation
- Strip libraries
2014-05-26 19:54:35 +00:00

28 lines
559 B
Makefile

# Created by: Yann Berthier <yb@sainte-barbe.org>
# $FreeBSD$
PORTNAME= libpcapnav
PORTVERSION= 0.8
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF/netdude/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A libpcap wrapper library
USES= libtool
CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR}
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|DOC_MODULE = pcapnav|DOC_MODULE =|' \
${WRKSRC}/docs/Makefile.in
.include <bsd.port.mk>