diff options
author | jhale <jhale@FreeBSD.org> | 2012-10-20 15:35:22 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2012-10-20 15:35:22 +0800 |
commit | 0552830152284df363debb98ed553429303d6e32 (patch) | |
tree | 42eefe7918a5a7f3b551996bcbcd2a396fe810fb | |
parent | a450968bbc0f42779d903cfe6344815212cf0ee5 (diff) | |
download | freebsd-ports-gnome-0552830152284df363debb98ed553429303d6e32.tar.gz freebsd-ports-gnome-0552830152284df363debb98ed553429303d6e32.tar.zst freebsd-ports-gnome-0552830152284df363debb98ed553429303d6e32.zip |
- 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
-rw-r--r-- | net-mgmt/echolot/Makefile | 27 | ||||
-rw-r--r-- | net-mgmt/echolot/pkg-descr | 1 | ||||
-rw-r--r-- | net-mgmt/echolot/pkg-plist | 10 |
3 files changed, 16 insertions, 22 deletions
diff --git a/net-mgmt/echolot/Makefile b/net-mgmt/echolot/Makefile index 525aca2aae33..9f12ffde5ad2 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 e7819cdbcac0..ccc8f3b90d63 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 38e530519555..000000000000 --- 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%% |