forked from Lainports/freebsd-ports
is known to be buggy. It was pulled from the opengroup site. Nedit now checks the version of motif and issues a very loud warning when it is built.
13 lines
523 B
Text
13 lines
523 B
Text
--- source/Makefile.common.orig Thu May 15 19:42:31 2003
|
|
+++ source/Makefile.common Sat Feb 7 14:47:52 2004
|
|
@@ -21,6 +21,10 @@
|
|
nc: nc.o server_common.o ../util/libNUtil.a
|
|
$(CC) $(CFLAGS) nc.o server_common.o ../util/libNUtil.a $(LIBS) -o $@
|
|
|
|
+install: nedit nc
|
|
+ ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} nedit ${PREFIX}/bin
|
|
+ ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} nc ${PREFIX}/bin/nclient
|
|
+
|
|
help.o: help.c
|
|
$(CC) $(CFLAGS) $(BIGGER_STRINGS) -c help.c -o $@
|
|
|