openbsd-ports/audio/morseplayer/Makefile
jason 07e60bab48 update to 1.2:
corrected smoothing function
default pitch is now 720Hz
independent control of character rate
removed clause 3 & 4 from license
2004-02-04 17:27:37 +00:00

24 lines
536 B
Makefile

# $OpenBSD: Makefile,v 1.2 2004/02/04 17:27:37 jason Exp $
COMMENT= "morse player"
DISTNAME= morseplayer-1.2
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>