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 <dawszy@arhea.net> in PR 16378
19 lines
468 B
Makefile
19 lines
468 B
Makefile
# $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"
|