diff options
Diffstat (limited to 'ham/wwl')
-rw-r--r-- | ham/wwl/DESCR | 1 | ||||
-rw-r--r-- | ham/wwl/Makefile | 19 | ||||
-rw-r--r-- | ham/wwl/PLIST | 2 | ||||
-rw-r--r-- | ham/wwl/distinfo | 3 |
4 files changed, 25 insertions, 0 deletions
diff --git a/ham/wwl/DESCR b/ham/wwl/DESCR new file mode 100644 index 00000000000..9a1137a2d7a --- /dev/null +++ b/ham/wwl/DESCR @@ -0,0 +1 @@ +Given two Maidenhead locators, calculates distance (qrb) and azimuth. diff --git a/ham/wwl/Makefile b/ham/wwl/Makefile new file mode 100644 index 00000000000..c9cce1ce074 --- /dev/null +++ b/ham/wwl/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/04/19 14:53:35 zuntum Exp $ +# + +DISTNAME= wwl-1.2 +CATEGORIES= ham +MASTER_SITES= http://www.ibiblio.org/pub/Linux/apps/ham/ + +MAINTAINER= dawszy@arhea.net +#HOMEPAGE= not known +COMMENT= calculates distance (qrb) + +WRKSRC= ${WRKDIR}/wwl +NO_CONFIGURE= yes +NO_PATCH= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/wwl ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/ham/wwl/PLIST b/ham/wwl/PLIST new file mode 100644 index 00000000000..6d4c22ca181 --- /dev/null +++ b/ham/wwl/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/04/19 14:53:35 zuntum Exp $ +bin/wwl diff --git a/ham/wwl/distinfo b/ham/wwl/distinfo new file mode 100644 index 00000000000..9af7e71ded4 --- /dev/null +++ b/ham/wwl/distinfo @@ -0,0 +1,3 @@ + +SHA1 (wwl-1.2.tar.gz) = f0175868af303b0edf32cf11279a86a0fd97ac79 +Size (wwl-1.2.tar.gz) = 2604 bytes |