freebsd-ports/security/sniff/Makefile
Philip M. Gollucci 928b99dfab - Fix build with custom PREFIX
while here some minor cleanups

Reported by:    QATty
2009-07-14 07:13:29 +00:00

27 lines
494 B
Makefile

# 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>