1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/net-mgmt/echolot/Makefile

32 lines
659 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 07:04:51 +00:00
PORTVERSION= 0.1.0
CATEGORIES= net
2003-01-07 07:04:51 +00:00
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITES= http://echolot.sourceforge.net/download/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:00:52 +00:00
COMMENT= A packet sniffer that grabs ARP packets on any ethernet devices
GNU_CONFIGURE= yes
2003-01-07 07:04:51 +00:00
USE_GMAKE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= echolot.1
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
2003-01-07 07:04:51 +00:00
${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
.endif
.include <bsd.port.mk>