1999-10-28 20:13:18 -04:00
|
|
|
# Makefile for: antisniff
|
|
|
|
# Version required: 1.0
|
|
|
|
# Date created: 27 Oct 1999
|
|
|
|
# Whom: dugsong@monkey.org
|
|
|
|
#
|
2001-05-05 23:45:31 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2001/05/06 03:45:36 lebel Exp $
|
|
|
|
|
|
|
|
COMMENT= "promiscuous mode interface detector"
|
1999-10-28 20:13:18 -04:00
|
|
|
|
2000-05-17 14:48:34 -04:00
|
|
|
PKGNAME= antisniff-1.1
|
1999-10-28 20:13:18 -04:00
|
|
|
|
|
|
|
CATEGORIES= security
|
2001-05-05 23:45:31 -04:00
|
|
|
NEED_VERSION= 1.402
|
1999-10-28 20:13:18 -04:00
|
|
|
|
|
|
|
MASTER_SITES= http://www.l0pht.com/antisniff/dist/
|
2000-02-15 12:00:15 -05:00
|
|
|
|
2000-05-17 14:48:34 -04:00
|
|
|
DISTNAME= anti_sniff_researchv1-1
|
1999-10-28 20:13:18 -04:00
|
|
|
|
2000-10-22 10:02:46 -04:00
|
|
|
MAINTAINER= Dug Song <dugsong@monkey.org>
|
1999-10-28 20:13:18 -04:00
|
|
|
|
2000-03-22 23:22:20 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= "commercial software"
|
|
|
|
PERMIT_PACKAGE_FTP= "commercial software"
|
|
|
|
PERMIT_DISTFILES_CDROM= "commercial software"
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2000-02-10 19:37:15 -05:00
|
|
|
WRKDIST= ${WRKDIR}/anti_sniff
|
1999-10-28 20:13:18 -04:00
|
|
|
|
|
|
|
ALL_TARGET= OpenBSD-all
|
|
|
|
|
|
|
|
do-install:
|
2000-05-17 14:48:34 -04:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/anti_sniffer \
|
|
|
|
${PREFIX}/bin/antisniff
|
1999-10-28 20:13:18 -04:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/antisniff
|
2000-05-17 14:48:34 -04:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/ANTI_SNIFFER_DOCS \
|
|
|
|
${PREFIX}/share/doc/antisniff
|
1999-10-28 20:13:18 -04:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/antisniff
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|