From 8bf629ffe53e3b9e98cc91167413f0f76a295eff Mon Sep 17 00:00:00 2001 From: hubertf Date: Wed, 8 May 2002 00:02:39 +0000 Subject: Add yaesu-0.12: control interface for Yaesu FT-890 HF transceiver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Archaic program to control a Yaesu FT-890 HF transceiver off of a serial port. (This is of interest to a ham radio operator or SWL.) Author: kg0cq@amsat.org (Emarit Ranu) Submitted by Dawid SzymaƱski in PR 16378 --- ham/yaesu/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ham/yaesu/Makefile (limited to 'ham/yaesu/Makefile') diff --git a/ham/yaesu/Makefile b/ham/yaesu/Makefile new file mode 100644 index 00000000000..034ff7fe37b --- /dev/null +++ b/ham/yaesu/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/08 00:02:39 hubertf Exp $ +# + +DISTNAME= yaesu-0.12 +CATEGORIES= ham +MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/ham/} + +MAINTAINER= dawszy@arhea.net +#HOMEPAGE= not known +COMMENT= control interface for Yaesu FT-890 HF transceiver + +WRKSRC= ${WRKDIR}/yaesu +NO_CONFIGURE= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/yaesu ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/yaesu.README + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3