07975d6a64
0.3.3 / 2019-05-09 Fabian Kurz <fabian@fkurz.net> * Generate summary files for each attempt (idea by K0MP) * Update callsign database and toplist * Minor bug fixes and cleanup Reported by: portscout
23 lines
435 B
Makefile
23 lines
435 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= qrq
|
|
PORTVERSION= 0.3.3
|
|
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
|
|
|
|
SHEBANG_FILES= qrqscore
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/qrq.png ${STAGEDIR}${DATADIR}/qrq.png
|
|
|
|
MAKE_ENV= DESTDIR=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|