openbsd-ports/audio/morseplayer/Makefile
jason 87dde4746b port of my morseplayer-1.1 program (with much porting help from jolan)
From DESCR:
The morseplayer utility reads from its standard input and plays
corresponding morse code sounds from an audio device.  The program has
the full character set for the ARRL/FCC Element 2 examination, and
generates the timing of  `dits',  `dahs', intra-element spacing,
character spacing, and word spacing as specified by the ARRL.
2003-10-03 22:13:52 +00:00

24 lines
536 B
Makefile

# $OpenBSD: Makefile,v 1.1 2003/10/03 22:13:52 jason Exp $
COMMENT= "morse player"
DISTNAME= morseplayer-1.1
CATEGORIES= audio
HOMEPAGE= http://www.thought.net/jason/radio/morseplayer.html
MAINTAINER= Jason Wright <jason@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.thought.net/jason/radio/
FAKE_FLAGS= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man" \
DESTDIR="${WRKINST}"
NO_REGRESS= Yes
.include <bsd.port.mk>