mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
18 lines
616 B
Plaintext
18 lines
616 B
Plaintext
--- Makefile.orig Sat Jan 15 07:41:10 1994
|
|
+++ Makefile Fri Nov 10 19:25:53 2000
|
|
@@ -22,11 +22,11 @@
|
|
# all the time, try uncommenting the next line.
|
|
#OTHERLIBS = -lbsdmalloc
|
|
|
|
-CFLAGS = -g -I/usr/local/include -I./bitmaps -DBODYFONT=$(FONT1) \
|
|
+CFLAGS += -I${LOCALBASE}/include -I./bitmaps -DBODYFONT=$(FONT1) \
|
|
-DBODYFONT_ALT=$(FONT2) -DBODYFONT_ALT2=$(FONT3) -DTRANSCRIPTDIR=$(LOGDIR)
|
|
-LFLAGS = -g
|
|
+LFLAGS =
|
|
|
|
-XLIB = -L/usr/local/lib -lX11
|
|
+XLIB = -L${LOCALBASE}/lib -lX11
|
|
|
|
OBJS = engine.o espells.o execute.o execute2.o emonster.o etran.o
|
|
XOBJS = main.o xtext.o xquery.o xloop.o xgest.o xbutton.o xtalk.o
|