freebsd-ports/comms/cwstudio/Makefile
Jochen Neumeister b1debcdbb2 comms/cwstudio: Update from 0.9.5 to 0.9.6
*While here, pet portlint and switch to DISTVERSION

PR:		224547
Submitted by:	 Lukasz Komsta <sp8qed@onet.eu> (maintainer)
Approved by:	mentors (implicit)
2017-12-25 10:23:27 +00:00

24 lines
458 B
Makefile

# $FreeBSD$
PORTNAME= cwstudio
DISTVERSION= 0.9.6
CATEGORIES= comms hamradio
MASTER_SITES= SOURCEFORGE/cwstudio
MAINTAINER= luqqe@users.sourceforge.net
COMMENT= Multichannel portable Morse code signals generator
LICENSE= GPLv3+
USES+= ncurses
USE_WX= 3.0+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-wx-config=${LOCALBASE}/bin/wxgtk2u-3.0-config
PLIST_FILES= bin/cwcli \
bin/cwcurses \
bin/cwwx \
man/man1/cwstudio.1.gz \
.include <bsd.port.mk>