--- net-mgmt/echolot/Makefile 2009-08-28 03:31:07.000000000 +0900 +++ net-mgmt/echolot/Makefile 2012-09-25 03:39:24.000000000 +0900 @@ -1,28 +1,33 @@ -# ex:ts=8 -# Ports collection makefile for: echolot -# Date created: Jun 23, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD: ports/net-mgmt/echolot/Makefile,v 1.10 2009/08/27 18:31:07 amdmi3 Exp $ -# PORTNAME= echolot PORTVERSION= 0.1.0 PORTREVISION= 1 CATEGORIES= net-mgmt -MASTER_SITES= http://echolot.sourceforge.net/download/ \ +MASTER_SITES= http://benjamin-schweizer.de/files/echolot/ \ SF MAINTAINER= ports@FreeBSD.org COMMENT= A packet sniffer that grabs ARP packets on any ethernet devices -GNU_CONFIGURE= yes +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYING + +OPTIONS_DEFINE= DOCS + USE_GMAKE= yes +GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes + +MAN1= echolot.1 +PORTDOCS= * +PLIST_FILES= bin/echolot -MAN1= echolot.1 +.include post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR} .endif --- net-mgmt/echolot/pkg-descr 2002-06-23 04:02:09.000000000 +0900 +++ net-mgmt/echolot/pkg-descr 2012-07-10 23:01:30.000000000 +0900 @@ -3,4 +3,4 @@ * to detect intruders (new mac in lan) * to find your boxes on foreign lans (known mac in lan) -WWW: http://sourceforge.net/projects/echolot +WWW: http://benjamin-schweizer.de/echolot.html --- net-mgmt/echolot/pkg-plist 2003-01-07 16:04:51.000000000 +0900 +++ net-mgmt/echolot/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,10 +0,0 @@ -bin/echolot -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/BUGS -%%PORTDOCS%%%%DOCSDIR%%/HISTORY -%%PORTDOCS%%%%DOCSDIR%%/HOWTO -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/PLATFORMS -%%PORTDOCS%%%%DOCSDIR%%/rfc826.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%