View | Details | Raw Unified | Return to bug 234381 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-1 / +4 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	qrq
3
PORTNAME=	qrq
4
PORTVERSION=	0.3.1
4
PORTVERSION=	0.3.1
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	comms hamradio
6
CATEGORIES=	comms hamradio
7
MASTER_SITES=	http://fkurz.net/ham/qrq/
7
MASTER_SITES=	http://fkurz.net/ham/qrq/
8
8
Lines 12-20 COMMENT= Morse telegraphy trainer similar to the class Link Here
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
13
14
USES=		gmake ncurses shebangfix
14
USES=		gmake ncurses shebangfix
15
15
SHEBANG_FILES=	qrqscore
16
SHEBANG_FILES=	qrqscore
16
17
17
post-install:
18
post-install:
18
	${INSTALL_DATA}	${WRKSRC}/qrq.png ${STAGEDIR}${DATADIR}/qrq.png
19
	${INSTALL_DATA}	${WRKSRC}/qrq.png ${STAGEDIR}${DATADIR}/qrq.png
20
21
MAKE_ENV=	DESTDIR=${LOCALBASE}
19
22
20
.include <bsd.port.mk>
23
.include <bsd.port.mk>

Return to bug 234381