aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/ettercap/Makefile
blob: a23cfac22d91a9a32e128e4243827aaf916fe211 (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
# New ports collection makefile for:   ettercap
# Date created:        19 February 2001
# Whom:                George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#

PORTNAME=       ettercap
PORTVERSION=    0.4.0
CATEGORIES=     net
MASTER_SITES=   http://ettercap.sourceforge.net/download/

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>