2001-03-10 10:04:21 -05:00
|
|
|
# New ports collection makefile for: ettercap
|
|
|
|
# Date created: 19 February 2001
|
|
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-07-27 22:00:47 -04:00
|
|
|
PORTNAME= ettercap
|
2002-02-14 20:35:26 -05:00
|
|
|
PORTVERSION= 0.6.4
|
2001-07-27 22:00:47 -04:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2001-03-10 10:04:21 -05:00
|
|
|
|
2001-04-06 19:33:42 -04:00
|
|
|
MAINTAINER= greid@FreeBSD.org
|
2001-03-10 10:04:21 -05:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
INSTALL_TARGET= install install-doc
|
|
|
|
.endif
|
|
|
|
|
2001-06-20 10:43:13 -04:00
|
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
2001-04-06 19:33:42 -04:00
|
|
|
|
2001-03-10 10:04:21 -05:00
|
|
|
MAN8= ettercap.8
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|