1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/mbone/nte/files/Makefile.freebsd

16 lines
487 B
Makefile
Raw Normal View History

CC=cc
1997-09-25 04:13:04 +00:00
INCLUDES=-I${LOCALBASE}/include/tcl7.6 -I${LOCALBASE}/include/tk4.2 -I${X11BASE}/include -I${TK_SRC}/generic
LIB_DIR=${LOCALBASE}/lib
1997-09-25 04:13:04 +00:00
LIBS=-L${LIB_DIR} -ltk42 -ltcl76 -lm -L${X11BASE}/lib -lX11
CFLAGS+=-ggdb $(INCLUDES) -DFREEBSD -DPROTOTYPES -DHAVE_NO_VALUES_H -DHAVE_LIMITS_H -DHAVE_UNISTD_H -DMAXINT=INT_MAX -DDEFINED_ERRLIST
# for search.h
CFLAGS+=-I../src
OBJS+=hsearch.o
install: all
install -c -s -m 755 -o bin -g bin nt ${PREFIX}/bin
clean:
rm *.o *.tcl *.ehtml tcl2c