c12182e190
Morse code. It starts with a few letters and adds more when it sees that you are ready. The program won't teach you to send code. It runs in X Window. Built with the Fast Light ToolKit(fltk) and the Simple Directmedia Layer(SDL). It need to be compiled on X Window term for the reason fluid(fltk) need to. WWW: http://c2.com/morse PR: ports/118235 Submitted by: Sunry Chen <sunrychen@gmail.com>
29 lines
680 B
Makefile
29 lines
680 B
Makefile
# New ports collection makefile for: xmorse
|
|
# Date created: 24 Novermber 2007
|
|
# Whom: Sunry Chen <sunrychen@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmorse
|
|
PORTVERSION= 20041125
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= http://c2.com/morse/files/SourceCode/ \
|
|
http://www.525183.com/freebsd/xmorse/ \
|
|
http://www.chinatinco.com/freebsd/xmorse/ \
|
|
http://525183.serverbox.org/freebsd/xmorse/
|
|
DISTNAME= m${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= sunrychen@gmail.com
|
|
COMMENT= A fully automatic Morse code teaching machine
|
|
|
|
BUILD_DEPENDS= fluid:${PORTSDIR}/x11-toolkits/fltk
|
|
|
|
USE_DISPLAY= yes
|
|
USE_SDL= sdl
|
|
|
|
PLIST_FILES= bin/xmorse
|
|
NO_WRKSUBDIR= yes
|
|
|
|
.include <bsd.port.mk>
|