freebsd-ports/games/traindirector/files/patch-Makefile
Pav Lucistnik 3d1f4d8a10 - Update to 1.18l
PR:		ports/60200
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
2003-12-13 13:25:42 +00:00

24 lines
537 B
Text

--- Makefile.orig Sat Dec 13 02:34:25 2003
+++ Makefile Sat Dec 13 02:33:16 2003
@@ -7,15 +7,15 @@
VERSION=1.18l
-BINDIR=/usr/local/bin
-SAMPLEDIR=/usr/local/share
+BINDIR=$(PREFIX)/bin
+SAMPLEDIR=$(PREFIX)/share
INSTALL = install
-GTKINC=`gtk-config --cflags`
-GTKLIB=`gtk-config --libs`
-GLIBINC=`glib-config --cflags`
-GLIBLIB=`glib-config --libs`
+GTKINC=`gtk12-config --cflags`
+GTKLIB=`gtk12-config --libs`
+GLIBINC=`glib12-config --cflags`
+GLIBLIB=`glib12-config --libs`
CFLAGS += -g $(GLIBINC) $(GTKINC) #-static