569b94a82d
0.3.4 / 2022-01-22 Fabian Kurz <fabian@fkurz.net> * Updated Makefile for OS X (tnx David Winarsky, Jon Nall) * Accept - for / (easier for keyboard layouts where / requires pressing shift - tnx DF4TS) * F8 toggles between complete toplist or only user's own attempts. * Add KG7IEL's patches from (Debian #997190) * Add word lists from Tom Mozdzen * Handle long words better (up to 28 characters - tnx SQ6JNX) * Add characters: . , = ? (tnx W4MSL) Reported by: portscout
27 lines
623 B
Makefile
27 lines
623 B
Makefile
PORTNAME= qrq
|
|
PORTVERSION= 0.3.4
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= http://fkurz.net/ham/qrq/
|
|
|
|
MAINTAINER= hamradio@FreeBSD.org
|
|
COMMENT= Morse telegraphy trainer similar to the classic DOS version by DL4MM
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= gmake ncurses shebangfix
|
|
USE_CSTD= c99
|
|
|
|
SHEBANG_FILES= qrqscore
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
|
-e 's|%%PREFIX%%|${PREFIX}|g' \
|
|
${WRKSRC}/Makefile
|
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
|
|
${WRKSRC}/qrq.c
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${DATADIR}
|
|
${INSTALL_DATA} ${WRKSRC}/qrq.png ${STAGEDIR}${DATADIR}
|
|
|
|
.include <bsd.port.mk>
|