aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net-mgmt/echolot/Makefile27
-rw-r--r--net-mgmt/echolot/pkg-descr1
-rw-r--r--net-mgmt/echolot/pkg-plist10
3 files changed, 16 insertions, 22 deletions
diff --git a/net-mgmt/echolot/Makefile b/net-mgmt/echolot/Makefile
index 525aca2aae3..9f12ffde5ad 100644
--- a/net-mgmt/echolot/Makefile
+++ b/net-mgmt/echolot/Makefile
@@ -1,28 +1,31 @@
-# ex:ts=8
-# Ports collection makefile for: echolot
-# Date created: Jun 23, 2002
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= echolot
PORTVERSION= 0.1.0
PORTREVISION= 1
CATEGORIES= net-mgmt
-MASTER_SITES= http://echolot.sourceforge.net/download/ \
- SF
+MASTER_SITES= SF \
+ http://benjamin-schweizer.de/files/echolot/
MAINTAINER= ports@FreeBSD.org
-COMMENT= A packet sniffer that grabs ARP packets on any ethernet devices
+COMMENT= Packet sniffer that grabs ARP packets on any ethernet devices
+
+LICENSE= BSD
+LICENSE_FILE= ${WRKSRC}/COPYING
-GNU_CONFIGURE= yes
USE_GMAKE= yes
+GNU_CONFIGURE= yes
+MAKE_JOBS_SAFE= yes
+
+MAN1= echolot.1
+PORTDOCS= *
+PLIST_FILES= bin/echolot
-MAN1= echolot.1
+.include <bsd.port.options.mk>
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
.endif
diff --git a/net-mgmt/echolot/pkg-descr b/net-mgmt/echolot/pkg-descr
index e7819cdbcac..ccc8f3b90d6 100644
--- a/net-mgmt/echolot/pkg-descr
+++ b/net-mgmt/echolot/pkg-descr
@@ -4,3 +4,4 @@ devices. This empowers your box
* to find your boxes on foreign lans (known mac in lan)
WWW: http://sourceforge.net/projects/echolot
+WWW: http://benjamin-schweizer.de/echolot.html
diff --git a/net-mgmt/echolot/pkg-plist b/net-mgmt/echolot/pkg-plist
deleted file mode 100644
index 38e53051955..00000000000
--- a/net-mgmt/echolot/pkg-plist
+++ /dev/null
@@ -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%%