freebsd-ports/net-mgmt/echolot/Makefile

34 lines
602 B
Makefile
Raw Normal View History

# Created by: ijliao
# $FreeBSD$
PORTNAME= echolot
2003-01-07 08:04:51 +01:00
PORTVERSION= 0.1.0
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= SF \
http://benjamin-schweizer.de/files/echolot/
MAINTAINER= ports@FreeBSD.org
COMMENT= Packet sniffer that grabs ARP packets on any ethernet devices
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/COPYING
2003-01-07 08:04:51 +01:00
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
MAN1= echolot.1
PORTDOCS= *
PLIST_FILES= bin/echolot
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
2003-01-07 08:04:51 +01:00
${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
.endif
.include <bsd.port.mk>