pkgsrc/net/ipgrab/Makefile

20 lines
500 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.11 2014/10/09 14:06:45 wiz 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
GNU_CONFIGURE= yes
USE_TOOLS+= makeinfo
INFO_FILES= yes
2014-02-09 00:54:35 +01:00
CFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"