summaryrefslogtreecommitdiff
path: root/comms/cwstudio/Makefile
blob: 1ade095d02c9684992385419cd5b02c1d559366c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

PORTNAME=	cwstudio
DISTVERSION=	0.9.6
PORTREVISION=	4
CATEGORIES=	comms hamradio
MASTER_SITES=	SOURCEFORGE/cwstudio

MAINTAINER=	luqqe@users.sourceforge.net
COMMENT=	Multichannel portable Morse code signals generator

LICENSE=	GPLv3+

USES=		compiler:c++11-lang ncurses
USE_WX=		3.0+

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-wx-config=${WX_CONFIG}

PLIST_FILES=	bin/cwcli \
		bin/cwcurses \
		bin/cwwx \
		man/man1/cwstudio.1.gz \

.include <bsd.port.mk>