freebsd-ports/comms/cwstudio/Makefile
Loïc Bartoletti 4c1a399966 x11-toolkits/wxgtk30: Update to 3.0.5.1
Changelog:
  - https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt

PR:	 246218
Approved by:	tcberner (mentor)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D24808
2020-05-17 05:55:12 +00:00

26 lines
470 B
Makefile

# $FreeBSD$
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>