# ports collection makefile for:	qrq
# Date created:				1 July 2007
# Whom:					db
#
# $FreeBSD: ports/comms/qrq/Makefile,v 1.4 2008/06/24 14:14:24 db Exp $
#

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>
