This is a new port for didentd, an RfC1423 (identd) server for FreeBSD and Linux written with security and privacy in mind. PR: ports/31349 Submitted by: D. T. Tzeck <drt@un.brewaff.net>
26 lines
974 B
Text
26 lines
974 B
Text
--- Makefile.orig Sun Oct 14 13:58:33 2001
|
|
+++ Makefile Sat Oct 20 22:24:04 2001
|
|
@@ -2,7 +2,7 @@
|
|
|
|
PROGS = didentd didentd-decrypt didentd-name didentd-static didentd-conf didentd-name-conf didentd-static-conf
|
|
|
|
-CFLAGS = -g -Wall -Idjblib
|
|
+CFLAGS = -Wall -Idjblib
|
|
|
|
all: djblib.a $(PROGS)
|
|
|
|
@@ -64,10 +64,10 @@
|
|
ranlib djblib.a
|
|
|
|
install: $(PROGS)
|
|
- install -m 755 -s didentd didentd-name didentd-static /usr/local/bin
|
|
- install -m 755 -s didentd-conf didentd-name-conf didentd-static-conf /usr/local/bin
|
|
- install -m 755 -s didentd-decrypt /usr/local/bin
|
|
- install -m 644 didentd.8 didentd-name.8 didentd-decrypt.8 /usr/local/man/man8
|
|
+ install -m 755 -s didentd didentd-name didentd-static %%LOCALBASE%%/bin
|
|
+ install -m 755 -s didentd-conf didentd-name-conf didentd-static-conf %%LOCALBASE%%/bin
|
|
+ install -m 755 -s didentd-decrypt %%LOCALBASE%%/bin
|
|
+ install -m 644 didentd.8 didentd-name.8 didentd-decrypt.8 %%LOCALBASE%%/man/man8
|
|
|
|
clean:
|
|
rm -f $(PROGS) *.o
|