summary refs log tree commit diff
path: root/port/cgram/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-26 00:43:32 -0500
committerJune McEnroe <june@causal.agency>2018-11-26 00:43:32 -0500
commit2150a657a8b58dc8ede53ce44e4564661f7271f8 (patch)
tree827e730fc55c7ad15dd8bc30c0ef8348cf3ad025 /port/cgram/Makefile
parentAdd "ports" of some FreeBSD utilities for macOS (diff)
downloadsrc-2150a657a8b58dc8ede53ce44e4564661f7271f8.tar.gz
src-2150a657a8b58dc8ede53ce44e4564661f7271f8.zip
Add cgram "port" from NetBSD
Diffstat (limited to 'port/cgram/Makefile')
-rw-r--r--port/cgram/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/port/cgram/Makefile b/port/cgram/Makefile
new file mode 100644
index 00000000..68f96353
--- /dev/null
+++ b/port/cgram/Makefile
@@ -0,0 +1,11 @@
+LDLIBS = -lcurses
+
+cgram:
+
+clean:
+	rm -f cgram
+
+install:
+	mkdir -p ~/.local/bin ~/.local/share/man/man6
+	cp cgram ~/.local/bin
+	cp cgram.6 ~/.local/share/man/man6
-0400'>2019-07-27Rewrite port makefiles consistentlyJune McEnroe 2019-07-27Rewrite Makefile once more with more organizationJune McEnroe 2019-07-27Reference png.h in bin.7June McEnroe 2019-07-27Revert "Use scheme to style HTMLs"June McEnroe 2019-07-27Remove scheme text linkJune McEnroe 2019-07-26Update Dark.terminalJune McEnroe 2019-07-26Lighten dark whiteJune McEnroe 2019-07-25Add png.3 man pageJune McEnroe 2019-07-25Use scheme to style HTMLsJune McEnroe 2019-07-25Don't match comments in strings in makeJune McEnroe 2019-07-25Generate index.html with links from bin.7June McEnroe 2019-07-24Warn when date has changedJune McEnroe 2019-07-24Add whenJune McEnroe 2019-07-24Remove histedit from bitJune McEnroe