summaryrefslogtreecommitdiff
path: root/ham/yaesu/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2002-05-08 00:02:39 +0000
committerhubertf <hubertf@pkgsrc.org>2002-05-08 00:02:39 +0000
commit8bf629ffe53e3b9e98cc91167413f0f76a295eff (patch)
treeface94dc60cd84f78b18289f80c7afed473653b2 /ham/yaesu/Makefile
parent33157995eed13d0e79760d2db1a623ddc3cd1fe1 (diff)
downloadpkgsrc-8bf629ffe53e3b9e98cc91167413f0f76a295eff.tar.gz
Add yaesu-0.12: control interface for Yaesu FT-890 HF transceiver
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
Diffstat (limited to 'ham/yaesu/Makefile')
-rw-r--r--ham/yaesu/Makefile19
1 files changed, 19 insertions, 0 deletions
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"