aboutsummaryrefslogtreecommitdiffstats
path: root/comms/qrq/Makefile
blob: 302ee08f024250113bf04a8ce302cfe424a929f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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>