bef621f2c8
From CHANGELOG 0.1.4 - 22. Jun 2008 - * Implemented dynamic allocation of the callsign database array. * Callsign database updated, over 22000 callsigns now.
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.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>
|