freebsd-ports/net/ettercap/Makefile
George C A Reid 5c3162cbd3 o Update to version 0.5.2
o Sort pkg-plist
o Whitespace problems in Makefile
o Use MASTER_SITE_SOURCEFORGE and MASTER_SITE_SUBDIR

PR:		28861
Submitted by:	Patrick Li <pat@databits.net>
2001-07-28 02:00:47 +00:00

26 lines
498 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.2
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>