Import science/epte version 2.0.8
[dports.git] / science / epte / files / patch-makefile
1 --- makefile.orig       2010-09-01 10:41:27.655060824 +0200
2 +++ makefile    2010-09-01 10:46:21.341029572 +0200
3 @@ -320,13 +320,13 @@ IS_INTERACTIVE= yes
4  #ifdef VMS
5  CC = cc 
6  #else
7 -CC = gcc
8 +CC ?= gcc
9  #endif
10  
11  #ifdef DEVELOPER
12 -CC_OPTIONS = -c -g 
13 +CC_OPTIONS = -c -g ${CFLAGS}
14  #else
15 -CC_OPTIONS = -c -g 
16 +CC_OPTIONS = -c -g ${CFLAGS}
17  #endif
18  
19  
20 @@ -344,7 +344,7 @@ LIBS = -lcursesX -o epte
21  LIBS = -lncurses -o epte
22  #endif
23  
24 -DISTNAME=/usr/bin
25 +DISTNAME=${PREFIX}
26  
27  MAIN = ask_user.o bell.o bold.o blink.o draw_blocks.o draw_table.o endprog.o listcommand.o epte.o make_coordinates.o reverse.o setaudio.o setinput.o table_key.o ttflush.o ttinp.o
28