mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
0f0e1b56fd
PR: 50768 Submitted by: Reinhard Lenninger <reinhard.lenninger@web.de>
26 lines
677 B
Plaintext
26 lines
677 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- Makefile 2001/01/23 16:32:54 1.1
|
|
+++ Makefile 2001/01/23 16:36:12
|
|
@@ -9,13 +9,13 @@
|
|
|
|
CC = cc
|
|
CXX = c++
|
|
-CFLAGS = -pipe -Wall -W -O2 -DNO_DEBUG
|
|
-CXXFLAGS = -pipe -Wall -W -O2 -DNO_DEBUG
|
|
-INCPATH = -I/usr/local/include -I/usr/X11R6/include/qt2
|
|
+CFLAGS += -pipe -Wall -W -DNO_DEBUG
|
|
+CXXFLAGS += ${CFLAGS}
|
|
+INCPATH = -I$(LOCALBASE)/include -I$(X11BASE)/include/
|
|
LINK = c++
|
|
-LIBS = $(SUBLIBS) -L/usr/local/lib -L/usr/X11R6/lib -lqt2 -lXext -lX11 -lm
|
|
-MOC = /usr/X11R6/bin/moc2
|
|
-UIC = /usr/X11R6/bin/uic
|
|
+LIBS += $(SUBLIBS) -L$(LOCALBASE)/lib -L$(X11BASE)/lib -lXext -lX11 -lm
|
|
+MOC = $(X11BASE)/bin/moc
|
|
+UIC = $(X11BASE)/bin/uic
|
|
|
|
TAR = tar -cf
|
|
GZIP = gzip -9f
|