summary refs log tree commit diff
path: root/port/cgram/Makefile
blob: 02f11eec70551c0c21e0d997c15d7a59f85481aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PREFIX = ~/.local
MANDIR = ${PREFIX}/share/man

LDLIBS = -lcurses

cgram:

clean:
	rm -f cgram

install: cgram cgram.6
	install -d ${PREFIX}/bin ${MANDIR}/man6
	install cgram ${PREFIX}/bin
	install -m 644 cgram.6 ${MANDIR}/man6

uninstall:
	rm -f ${PREFIX}/bin/cgram ${MANDIR}/man6/cgram.6
e1512dcb14643f&follow=1'>Add sandmanJune McEnroe 2018-11-29Strip timestamps from log replayJune McEnroe 2018-11-29Add basic log replayJune McEnroe 2018-11-29Show unread count in term titleJune McEnroe 2018-11-29Handle no such nick errorJune McEnroe 2018-11-29Add /whoisJune McEnroe 2018-11-29Set LIBRESSL_PREFIX in Darwin.mkJune McEnroe 2018-11-28Add NetBSD.mkJune McEnroe 2018-11-28Make use of config.mk and add Darwin.mkJune McEnroe