mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
2d8b17ea39
With hat: portmgr
24 lines
570 B
Makefile
24 lines
570 B
Makefile
# Created by: Yann Berthier <yb@sainte-barbe.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libpcapnav
|
|
PORTVERSION= 0.8
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF/netdude/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A libpcap wrapper library
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR}
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|DOC_MODULE = pcapnav|DOC_MODULE =|' \
|
|
${WRKSRC}/docs/Makefile.in
|
|
.if defined(NOPORTDOCS)
|
|
@${REINPLACE_CMD} -e 's|docs||' ${WRKSRC}/Makefile.in
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|