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

13 lines
468 B
Makefile
Raw Normal View History

CC=cc
1998-08-27 18:42:46 +00:00
INCLUDES=-I${LOCALBASE}/include/tcl8.0 -I${LOCALBASE}/include/tk8.0 -I${LOCALBASE}/include/tk8.0/generic -I${X11BASE}/include
LIB_DIR=${LOCALBASE}/lib
1998-08-27 18:42:46 +00:00
LIBS=-L${LIB_DIR} -ltk80 -ltcl80 -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