mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
add dvorakng 0.5.0
A Dvorak typing tutor
This commit is contained in:
parent
28d87a6700
commit
b4939f08ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77471
@ -59,6 +59,7 @@
|
||||
SUBDIR += dog
|
||||
SUBDIR += dotfile
|
||||
SUBDIR += dvorak7min
|
||||
SUBDIR += dvorakng
|
||||
SUBDIR += earthview
|
||||
SUBDIR += edonkey-tool-hash
|
||||
SUBDIR += edonkey-tool-list
|
||||
|
34
misc/dvorakng/Makefile
Normal file
34
misc/dvorakng/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: dvorakNG
|
||||
# Date created: Mar 26, 2003
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dvorakng
|
||||
PORTVERSION= 0.5.0
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.free.of.pl/n/nopik/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A Dvorak typing tutor
|
||||
|
||||
USE_BZIP2= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500041
|
||||
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
||||
MAKE_ARGS= PROF="-I${LOCALBASE}/include ${CFLAGS}" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
LIBS="-lncurses -lgnugetopt"
|
||||
.else
|
||||
MAKE_ARGS= PROF="${CFLAGS}"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/dvorakng ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
misc/dvorakng/distinfo
Normal file
1
misc/dvorakng/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (dvorakng-0.5.0.tar.bz2) = ac9c7171a794e9b596449a2a72c28eac
|
11
misc/dvorakng/files/patch-Makefile
Normal file
11
misc/dvorakng/files/patch-Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.orig Wed Mar 26 16:27:35 2003
|
||||
+++ Makefile Wed Mar 26 16:27:42 2003
|
||||
@@ -11,7 +11,7 @@
|
||||
CC = gcc
|
||||
CXX = g++
|
||||
PROF = #-g0 -O2
|
||||
-CFLAGS = $(PROF) -fmessage-length=0 -Wall $(LIMIT_LENGTH)
|
||||
+CFLAGS = $(PROF) -Wall $(LIMIT_LENGTH)
|
||||
CXXFLAGS = $(CFLAGS)
|
||||
LDFLAGS = $(PROF)
|
||||
LIBS = -lncurses
|
2
misc/dvorakng/pkg-descr
Normal file
2
misc/dvorakng/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
DvorakNG is a Dvorak typing tutor. It's heavily based on Dvorak7min, but adds
|
||||
many improvements like a progress information database.
|
1
misc/dvorakng/pkg-plist
Normal file
1
misc/dvorakng/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/dvorakng
|
Loading…
Reference in New Issue
Block a user