1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/mbone/nte/files/Makefile.freebsd
Bill Fenner 79d12622c6 New port: nte 1.5a23, the UCL Network Text Editor.
Note that this port is restricted due to inclusion of DES code.
1996-11-10 21:14:52 +00:00

16 lines
451 B
Makefile

CC=cc
INCLUDES=-I${LOCALBASE}/include -I${X11BASE}/include -I${TK_SRC}/generic
LIB_DIR=${LOCALBASE}/lib
LIBS=-L${LIB_DIR} -ltk41 -ltcl75 -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