mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
ee2d77ff31
Removed stale dependency on devel/log4cpp port. Noticed by: Randolf Schultz rschultz at informatik.uni-rostock.de PR: ports/76001 Submitted by: Igor Pokrovsky <ip@doom.homeunix.org>
17 lines
560 B
Plaintext
17 lines
560 B
Plaintext
--- ../tornado-1.3.orig/Makefile.inc Thu Nov 20 05:55:50 2003
|
|
+++ Makefile.inc Sun Jan 9 14:22:36 2005
|
|
@@ -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)\"" -
|
|
LOCALES = de
|
|
MAN = doc/man
|