mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
048988d9ba
Approved by: portmgr (pav)
31 lines
547 B
Makefile
31 lines
547 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: echolot
|
|
# Date created: Jun 23, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= echolot
|
|
PORTVERSION= 0.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://echolot.sourceforge.net/download/ \
|
|
SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A packet sniffer that grabs ARP packets on any ethernet devices
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= echolot.1
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|