openbsd-ports/security/antisniff/Makefile

33 lines
730 B
Makefile
Raw Normal View History

1999-10-28 20:13:18 -04:00
# Makefile for: antisniff
# Version required: 1.0
# Date created: 27 Oct 1999
# Whom: dugsong@monkey.org
#
# $OpenBSD: Makefile,v 1.4 2000/02/15 17:00:15 dugsong Exp $
1999-10-28 20:13:18 -04:00
PKGNAME= antisniff-1.0
CATEGORIES= security
DISTNAME= anti_sniff_researchv1
1999-10-28 20:13:18 -04:00
MASTER_SITES= http://www.l0pht.com/antisniff/dist/
2000-02-10 19:37:15 -05:00
NEED_VERSION= 1.191
1999-10-28 20:13:18 -04:00
MAINTAINER= dugsong@monkey.org
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/anti_sniff
1999-10-28 20:13:18 -04:00
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>