1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/net/ettercap/Makefile
Jim Mock c356aedc5c Update to 0.6.3.1. This version fixes many security vulnerabilities,
which is why I'm committing it (the submitter said there was no reply
from MAINTAINER).

PR:		33405
Submitted by:	Kirby Kuehl <vacuum@technotronic.com>
2002-01-02 18:53:42 +00:00

27 lines
500 B
Makefile

# New ports collection makefile for: ettercap
# Date created: 19 February 2001
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= ettercap
PORTVERSION= 0.6.3.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= greid@FreeBSD.org
GNU_CONFIGURE= yes
.if !defined(NOPORTDOCS)
INSTALL_TARGET= install install-doc
.endif
PLIST_SUB+= PORTVERSION=${PORTVERSION}
MAN8= ettercap.8
.include <bsd.port.mk>