942aad2e6a
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
19 lines
469 B
Makefile
19 lines
469 B
Makefile
# $NetBSD: Makefile,v 1.9 2013/04/06 20:27:26 rodent Exp $
|
|
|
|
DISTNAME= ipgrab-0.9.9
|
|
PKGREVISION= 1
|
|
CATEGORIES= net security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipgrab/}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://ipgrab.sourceforge.net/
|
|
COMMENT= Verbose packet sniffer for UNIX hosts
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= makeinfo
|
|
INFO_FILES= yes
|
|
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|