1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/comms/cwstudio/Makefile
Mark Linimon 66c59c4196 Fix build on gcc-based architectures by adding compiler:c++11-lang
to USES.

PR:		236712
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2019-03-24 07:08:59 +00:00

26 lines
470 B
Makefile

# $FreeBSD$
PORTNAME= cwstudio
DISTVERSION= 0.9.6
PORTREVISION= 2
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>