freebsd-ports/editors/gate/files/patch-aa
Kevin Lo 02585bd39c Initial import of gate-2.04c.
gate is a simple and unobtrusive line-oriented text editor.

PR: 19905
Submitted by: Christopher N. Harrell <cnh@ivmg.net>
Reviewed by: sobomax
2000-07-21 10:11:44 +00:00

25 lines
705 B
Plaintext

--- Makefile.orig Wed Jul 24 02:23:43 1996
+++ Makefile Fri Jul 21 17:57:55 2000
@@ -150,17 +150,17 @@
#LIB= -ltermcap
# my Linux box with international ispell - Debugging only
-CFLAGS= -g \
+CFLAGS+= -g \
-DBSD \
-DYAPP \
-DNOVICE \
-DIISPELL \
-DPICO_BUG \
- -DSPELL_PATH='"/usr/local/bin/ispell"' \
- -DDICT_DIR='"/usr/local/lib"' \
+ -DSPELL_PATH='"$(LOCALBASE)/bin/ispell"' \
+ -DDICT_DIR='"$(LOCALBASE)/share/ispell"' \
-DLANG_DEFAULT='"english"'\
-DDEFAULT_EDITOR='"/usr/bin/vi"' \
- -DHELP_FILE='"/home/janc/src/gate/gate.help"'
+ -DHELP_FILE='"$(PREFIX)/share/gate/gate.help"'
LIB= -ltermcap
OBJS=main.o line.o syst.o util.o cmd.o file.o opt.o subs.o term.o proc.o spel.o