2002-06-22 21:02:09 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: echolot
|
|
|
|
# Date created: Jun 23, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= echolot
|
2003-01-07 08:04:51 +01:00
|
|
|
PORTVERSION= 0.1.0
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2004-02-23 05:42:13 +01:00
|
|
|
CATEGORIES= net-mgmt
|
2009-08-27 20:31:08 +02:00
|
|
|
MASTER_SITES= http://echolot.sourceforge.net/download/ \
|
|
|
|
SF
|
2002-06-22 21:02:09 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A packet sniffer that grabs ARP packets on any ethernet devices
|
2002-06-22 21:02:09 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2003-01-07 08:04:51 +01:00
|
|
|
USE_GMAKE= yes
|
2002-06-22 21:02:09 +02:00
|
|
|
|
|
|
|
MAN1= echolot.1
|
|
|
|
|
|
|
|
post-install:
|
2003-02-14 12:35:02 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
2002-06-22 21:02:09 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2003-01-07 08:04:51 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
|
2002-06-22 21:02:09 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|