summaryrefslogtreecommitdiff
path: root/lang/modula-3-socks/files/Makefile.m3socks
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lang/modula-3-socks/files/Makefile.m3socks18
1 files changed, 18 insertions, 0 deletions
diff --git a/lang/modula-3-socks/files/Makefile.m3socks b/lang/modula-3-socks/files/Makefile.m3socks
new file mode 100644
index 000000000000..1e6555a147e4
--- /dev/null
+++ b/lang/modula-3-socks/files/Makefile.m3socks
@@ -0,0 +1,18 @@
+CLEANFILES+= m3socks
+MAN1= m3socks.1
+MAN5= m3socks.conf.5
+BINDIR= ${PREFIX}/bin
+MANDIR= ${PREFIX}/man/man
+
+all: m3socks
+
+.SUFFIXES: .sh
+
+.sh:
+ cp $@.sh $@
+
+realinstall:
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ m3socks ${BINDIR}
+
+.include <bsd.prog.mk>