freebsd-ports/net-mgmt/ettercap/Makefile
George C A Reid 89535a8fa5 1) Update to 0.6.4
2) Respect CFLAGS

PR:		34944 (1)
Submitted by:	Kirby Kuehl <kkuehl@cisco.com> (1)
2002-02-15 01:35:26 +00:00

27 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.6.4
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>