1bf700952f
- Change log from upstream ,------------------------------------------------------------------------------ | 0.2.1 / 2011-09-19 Fabian Kurz <mail@fkurz.net> | * Added support for native CoreAudio on OSX. Also builds for iOS. | [tnx KB1OOO] | * Removed support for OpenAL now that native OSX is supported and Pulse | Audio is available. [tnx KB1OOO] | * Added English word list english.qcb [tnx Chuck Vaughn, AA0HW] | * Fixed missing audio on second channel for OSS | * Fixed Debian Bug 771075 [tnx John Nogatch, AC6SL] '------------------------------------------------------------------------------
27 lines
534 B
Makefile
27 lines
534 B
Makefile
# ports collection makefile for: qrq
|
|
# Date created: 1 July 2007
|
|
# Whom: db
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qrq
|
|
PORTVERSION= 0.2.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
|
|
|
|
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>
|