Add NetBSD.mk
parent
d4abb6a766
commit
5f740e68c9
|
@ -0,0 +1,3 @@
|
||||||
|
LIBRESSL_PREFIX = /usr/pkg/libressl
|
||||||
|
LDFLAGS += -rpath=$(LIBRESSL_PREFIX)/lib
|
||||||
|
LDLIBS = -lcurses -ltls
|
6
README
6
README
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue