blob: 5e60882a549b10e562471cc63d085f9df6c01253 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: sniff
# Date created: 7 December 1998
# Whom: Rick & Samu
#
# $FreeBSD$
#
PORTNAME= sniff
PORTVERSION= 1.0
CATEGORIES= security
MASTER_SITES= LOCAL/fenner
MAINTAINER= ports@FreeBSD.org
COMMENT= Program to sniff logins and passwords
MAN1= sniff.1
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure
PLIST_FILES= sbin/sniff
post-patch:
@${REINPLACE_CMD} -e 's|PREFIX=/usr/local|PREFIX=${PREFIX}|g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
|