From 5f740e68c90570874375722a1a9cc8b02ddcca30 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 28 Nov 2018 23:29:19 -0500 Subject: Add NetBSD.mk --- NetBSD.mk | 3 +++ README | 6 +++--- catgirl.7 | 5 +++-- 3 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 NetBSD.mk diff --git a/NetBSD.mk b/NetBSD.mk new file mode 100644 index 0000000..4830037 --- /dev/null +++ b/NetBSD.mk @@ -0,0 +1,3 @@ +LIBRESSL_PREFIX = /usr/pkg/libressl +LDFLAGS += -rpath=$(LIBRESSL_PREFIX)/lib +LDLIBS = -lcurses -ltls diff --git a/README b/README index d060f24..f83ef21 100644 --- a/README +++ b/README @@ -1,13 +1,13 @@ CATGIRL(7) Miscellaneous Information Manual CATGIRL(7) NAME - catgirl – IRC client + catgirl IRC client DESCRIPTION catgirl is a curses IRC client originally intended for use over anonymous SSH. - It requires LibreSSL and targets FreeBSD and Darwin. + It requires LibreSSL and targets FreeBSD, NetBSD and Darwin. FILES chat.h Shared state and function prototypes @@ -31,4 +31,4 @@ FILES SEE ALSO catgirl(1) -Causal Agency November 27, 2018 Causal Agency +Causal Agency November 28, 2018 Causal Agency diff --git a/catgirl.7 b/catgirl.7 index e54d822..3ddf19a 100644 --- a/catgirl.7 +++ b/catgirl.7 @@ -1,4 +1,4 @@ -.Dd November 27, 2018 +.Dd November 28, 2018 .Dt CATGIRL 7 .Os "Causal Agency" . @@ -15,7 +15,8 @@ use over anonymous SSH. .Pp It requires LibreSSL and targets -.Fx +.Fx , +.Nx and Darwin. . .Sh FILES -- cgit 1.4.1