freebsd-ports/net-mgmt/echolot/Makefile
Jason E. Hale 177caebdc2 - Update MASTER_SITES
- Remove indefinite article from COMMENT
- Add LICENSE (BSD)
- Mark MAKE_JOBS_SAFE
- Convert pkg-plist to PLIST_FILES and PORTDOCS
- Convert to new options framework
- Trim Makefile header
- Add additional WWW to pkg-descr

PR:		ports/172045
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-20 07:35:22 +00:00

33 lines
602 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= echolot
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
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}
${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
.endif
.include <bsd.port.mk>