freebsd-ports/net/libpcapnav/Makefile
Pav Lucistnik 0c15865355 - Update to 0.7
- Transfer maintainership

PR:		ports/96425
Submitted by:	Wesley Shields <wxs@csh.rit.edu>
Approved by:	Yann Berthier <yb@bashibuzuk.net> (maintainer)
2006-04-29 09:44:44 +00:00

28 lines
641 B
Makefile

# New ports collection makefile for: libpcapnav
# Date created: 2004-04-23
# Whom: Yann Berthier <yb@sainte-barbe.org>
#
# $FreeBSD$
#
PORTNAME= libpcapnav
PORTVERSION= 0.7
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= netdude
MAINTAINER= wxs@csh.rit.edu
COMMENT= A libpcap wrapper library
CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${DOCSDIR}
GNU_CONFIGURE= yes
INSTALLS_SHLIB= 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>