freebsd-ports/comms/qrq/Makefile
Diane Bruce bef621f2c8 - Update to 0.1.4
From CHANGELOG
0.1.4  -  22. Jun 2008  -  * Implemented dynamic allocation of the callsign
                             database array.
                           * Callsign database updated, over 22000 callsigns
                             now.
2008-06-24 14:14:24 +00:00

26 lines
534 B
Makefile

# ports collection makefile for: qrq
# Date created: 1 July 2007
# Whom: db
#
# $FreeBSD$
#
PORTNAME= qrq
PORTVERSION= 0.1.4
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>