1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/games/tornado/files/patch-ab
Edwin Groothuis 0ed5ac1c19 Port update for games/tornado
Finally updating the games/tornado port to version 1.2.
	This both provides the update, and fixes the "File Not
	Found" error with the old port.

PR:		ports/51244
Submitted by:	H. Wade Minter <minter@lunenburg.org>
2003-05-03 05:25:33 +00:00

20 lines
682 B
Plaintext

diff -ur ../tornado-1.2.orig/Makefile.inc ./Makefile.inc
--- ../tornado-1.2.orig/Makefile.inc Fri Oct 11 15:03:56 2002
+++ ./Makefile.inc Mon Apr 21 14:06:43 2003
@@ -1,9 +1,8 @@
CC = gcc
-MAKE = make
-LDFLAGS = -lncurses
+MAKE = gmake
+LDFLAGS = -L/usr/local/lib -lncurses -lintl
OBJFILES = main.o draw.o erwin.o network.o scores.o
-PREFIX = /usr/local
-LOCALEPATH = /usr/local/share/locale
-CFLAGS = -Wall -O2 -DPREFIX="\"$(PREFIX)\"" -DLOCALEPATH="\"$(LOCALEPATH)\""
+LOCALEPATH = ${PREFIX}/share/locale
+CFLAGS += -Wall -O2 -DPREFIX="\"$(PREFIX)\"" -DLOCALEPATH="\"$(LOCALEPATH)\"" -I/usr/local/include
LOCALES = de
-MAN = doc/man
\ No newline at end of file
+MAN = doc/man