freebsd-ports/comms/qrq/Makefile
Diane Bruce 772fb240ec - update qrq to 0.2.0
- From vendor changelog

| 0.2.0 / 2011-05-07   Fabian Kurz <mail@fkurz.net>
|       * Added options for fixed CW speed (regardless of errors), unlimited   |       usage of repeats and unlimited attempt lengths. Suggested by AA0HW.
|       * No more duplicate callsigns in one attempt
|       * Unlimited attempts (e.g. with _all_ callsigns of a particular
|         database) added
|       * Call database file can be changed/selected in a menu now
|       * Added a database with the 100 most common English words
|       * Call databases with DOS linebreaks can now be used.
|       * Fixed bugs in memory allocation.
|       * CW edges changed to raised cosine
|       * Minimum character speed can be specified; below, Farnsworth is used
|       * PulseAudio support added (OSS and OpenAL still available)
|       * Reformatted ChangeLog
2011-05-17 11:08:32 +00:00

26 lines
534 B
Makefile

# ports collection makefile for: qrq
# Date created: 1 July 2007
# Whom: db
#
# $FreeBSD$
#
PORTNAME= qrq
PORTVERSION= 0.2.0
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
MAN1= qrq.1
USE_GMAKE= yes
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
-e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/Makefile
.include <bsd.port.mk>