Add NetBSD.mk

weechat-hashes
Curtis McEnroe 2018-11-28 23:29:19 -05:00
parent d4abb6a766
commit 5f740e68c9
No known key found for this signature in database
GPG Key ID: CEA2F97ADCFCD77C
3 changed files with 9 additions and 5 deletions

3
NetBSD.mk 100644
View File

@ -0,0 +1,3 @@
LIBRESSL_PREFIX = /usr/pkg/libressl
LDFLAGS += -rpath=$(LIBRESSL_PREFIX)/lib
LDLIBS = -lcurses -ltls

6
README
View File

@ -1,13 +1,13 @@
CATGIRL(7) Miscellaneous Information Manual CATGIRL(7) CATGIRL(7) Miscellaneous Information Manual CATGIRL(7)
NAME NAME
catgirl IRC client catgirl IRC client
DESCRIPTION DESCRIPTION
catgirl is a curses IRC client originally intended for use over anonymous catgirl is a curses IRC client originally intended for use over anonymous
SSH. SSH.
It requires LibreSSL and targets FreeBSD and Darwin. It requires LibreSSL and targets FreeBSD, NetBSD and Darwin.
FILES FILES
chat.h Shared state and function prototypes chat.h Shared state and function prototypes
@ -31,4 +31,4 @@ FILES
SEE ALSO SEE ALSO
catgirl(1) catgirl(1)
Causal Agency November 27, 2018 Causal Agency Causal Agency November 28, 2018 Causal Agency

View File

@ -1,4 +1,4 @@
.Dd November 27, 2018 .Dd November 28, 2018
.Dt CATGIRL 7 .Dt CATGIRL 7
.Os "Causal Agency" .Os "Causal Agency"
. .
@ -15,7 +15,8 @@ use over anonymous SSH.
.Pp .Pp
It requires LibreSSL It requires LibreSSL
and targets and targets
.Fx .Fx ,
.Nx
and Darwin. and Darwin.
. .
.Sh FILES .Sh FILES