d1c6f80880
extra-careful checking where there are complicated PSEUDO_FLAVORS).
28 lines
631 B
Makefile
28 lines
631 B
Makefile
# $OpenBSD: Makefile,v 1.7 2010/07/12 22:07:39 sthen Exp $
|
|
|
|
COMMENT= library for navigating to arbitrary packets in a trace file
|
|
|
|
DISTNAME= libpcapnav-0.8
|
|
REVISION= 0
|
|
SHARED_LIBS= pcapnav 1.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netdude/}
|
|
|
|
HOMEPAGE= http://netdude.sourceforge.net/doco/libpcapnav/
|
|
|
|
MAINTAINER= Rui Reis <rui@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= pcap
|
|
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc/libpcapnav
|
|
|
|
.include <bsd.port.mk>
|