summary refs log tree commit diff
path: root/port/file2c/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-25 23:37:32 -0500
committerJune McEnroe <june@causal.agency>2018-11-25 23:37:32 -0500
commit5df3ac82d26ddfbe3a6bd7ca24c66d4ed7a4eeb9 (patch)
tree671f09f6b56fd653a0b3fb2ef57a5e85f9ead817 /port/file2c/Makefile
parentReturn enum Error from file functions in edi (diff)
downloadsrc-5df3ac82d26ddfbe3a6bd7ca24c66d4ed7a4eeb9.tar.gz
src-5df3ac82d26ddfbe3a6bd7ca24c66d4ed7a4eeb9.zip
Add "ports" of some FreeBSD utilities for macOS
Diffstat (limited to 'port/file2c/Makefile')
-rw-r--r--port/file2c/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/port/file2c/Makefile b/port/file2c/Makefile
new file mode 100644
index 00000000..b8b03e3c
--- /dev/null
+++ b/port/file2c/Makefile
@@ -0,0 +1,11 @@
+PREFIX = ~/.local
+
+file2c:
+
+clean:
+	rm -f file2c
+
+install:
+	mkdir -p ~/.local/bin ~/.local/share/man/man1
+	cp file2c ~/.local/bin
+	cp file2c.1 ~/.local/share/man/man1