opnsense-ports/comms/cwstudio/Makefile
Franco Fichtner ad6e45a9c7 */*: sync with upstream
Taken from: HardenedBSD
2021-04-20 09:42:30 +02:00

23 lines
457 B
Makefile

PORTNAME= cwstudio
DISTVERSION= 0.9.6
PORTREVISION= 5
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>