18 lines
393 B
Makefile
18 lines
393 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/03/02 17:40:02 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= chksniff-0.2
|
|
CATEGORIES= net security
|
|
MASTER_SITES= http://virtus.ath.cx/chksniff/
|
|
|
|
MAINTAINER= virtus@wanadoo.nl
|
|
HOMEPAGE= http://virtus.ath.cx/chksniff/
|
|
COMMENT= Small tool to check for promiscuous interfaces
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|