freebsd-ports/comms/qrq/Makefile
Diane Bruce 8d586dd693 - Upgrade to 0.3.1
0.3.1 / 2013-01-06   Fabian Kurz <fabian@fkurz.net>
	* Fixed saving scores if toplist file is not in cwd (tnx ON4ACP)
	* F7 repeats the _previous_ callsign/word (suggested by KU1T)
	* The sample rate can be set via qrqrc now.
	* Minor bugfixes in PulseAudio output

PR:		ports/175118
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
2013-01-09 04:21:34 +00:00

26 lines
532 B
Makefile

# $FreeBSD$
PORTNAME= qrq
PORTVERSION= 0.3.1
CATEGORIES= comms hamradio
MASTER_SITES= http://fkurz.net/ham/qrq/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= db
MAINTAINER= db@FreeBSD.org
COMMENT= Morse telegraphy trainer similar to the classic DOS version by DL4MM
LICENSE= GPLv2
MAN1= qrq.1
USE_GMAKE= yes
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
-e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/Makefile
post-install:
${INSTALL_DATA} ${WRKSRC}/qrq.png ${DATADIR}/qrq.png
.include <bsd.port.mk>