freebsd-ports/net/ettercap/Makefile
George C A Reid c6907d6b21 Update to 0.5.0
Fix NOPORTDOCS
Add WWW link

PR:		28071
Submitted by:	Patrick Li <pat@databits.net>
2001-06-20 14:43:13 +00:00

26 lines
493 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.5.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>