freebsd-ports/net-mgmt/echolot/Makefile

31 lines
547 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://echolot.sourceforge.net/download/ \
SF
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= A packet sniffer that grabs ARP packets on any ethernet devices
GNU_CONFIGURE= yes
2003-01-07 08:04:51 +01:00
USE_GMAKE= yes
MAN1= echolot.1
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
2003-01-07 08:04:51 +01:00
${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
.endif
.include <bsd.port.mk>