aboutsummaryrefslogtreecommitdiff
path: root/comms/qrq/Makefile
blob: 72b39dce7653cd58758e5c7a5d3071f1ca2e163d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=	qrq
PORTVERSION=	0.3.1
PORTREVISION=	1
CATEGORIES=	comms hamradio
MASTER_SITES=	http://fkurz.net/ham/qrq/ \
		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	db

MAINTAINER=	hamradio@FreeBSD.org
COMMENT=	Morse telegraphy trainer similar to the classic DOS version by DL4MM

LICENSE=	GPLv2

USES=		gmake shebangfix
SHEBANG_FILES=	qrqscore

post-install:
	${INSTALL_DATA}	${WRKSRC}/qrq.png ${STAGEDIR}${DATADIR}/qrq.png

.include <bsd.port.mk>