mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
0ed5ac1c19
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>
20 lines
682 B
Plaintext
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
|