diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-08 13:36:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-08 13:36:31 +0000 |
commit | faf5f87202cf69c5bf5e8d97040941a001649777 (patch) | |
tree | 45f07f77dc81a4b6edc60331d8ffae448ff70b1b /comms/xmorse | |
parent | ebb4b62bc63b926302f2379d424b97c2b9b11365 (diff) | |
download | ports-faf5f87202cf69c5bf5e8d97040941a001649777.tar.gz ports-faf5f87202cf69c5bf5e8d97040941a001649777.zip |
Notes
Diffstat (limited to 'comms/xmorse')
-rw-r--r-- | comms/xmorse/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/comms/xmorse/Makefile b/comms/xmorse/Makefile index f6f75b144441..48c7f72226e1 100644 --- a/comms/xmorse/Makefile +++ b/comms/xmorse/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmorse -# Date created: 24 Novermber 2007 -# Whom: Sunry Chen <sunrychen@gmail.com> -# +# Created by: Sunry Chen <sunrychen@gmail.com> # $FreeBSD$ -# PORTNAME= xmorse PORTVERSION= 20041125 @@ -17,11 +13,10 @@ DISTNAME= m${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= sunrychen@gmail.com -COMMENT= A fully automatic Morse code teaching machine +COMMENT= Fully automatic Morse code teaching machine LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk -USE_DISPLAY= yes USE_SDL= sdl PLIST_FILES= bin/xmorse |