openbsd-ports/security/antisniff/Makefile
2000-02-11 00:37:15 +00:00

31 lines
726 B
Makefile

# Makefile for: antisniff
# Version required: 1.0
# Date created: 27 Oct 1999
# Whom: dugsong@monkey.org
#
# $OpenBSD: Makefile,v 1.2 2000/02/11 00:37:35 espie Exp $
PKGNAME= antisniff-1.0
DISTNAME= anti_sniff_researchv1
CATEGORIES= security
MASTER_SITES= http://www.l0pht.com/antisniff/dist/
NEED_VERSION= 1.191
MAINTAINER= dugsong@monkey.org
WRKDIST= ${WRKDIR}/anti_sniff
NO_CONFIGURE= yes
ALL_TARGET= OpenBSD-all
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/anti_sniffer ${PREFIX}/bin/antisniff
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/antisniff
${INSTALL_DATA} ${WRKSRC}/ANTI_SNIFFER_DOCS ${PREFIX}/share/doc/antisniff
${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/antisniff
.include <bsd.port.mk>