8ae75e7cea
Gopherus is a free, multiplatform, console-mode gopher client that provides a classic text interface to the gopherspace. WWW: http://gopherus.sourceforge.net/
9 lines
200 B
Makefile
9 lines
200 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= gopherus
|
|
SRCS= gopherus.c dnscache.c fs/fs-lin.c history.c net/net-bsd.c parseurl.c readflin.c startpg.c ui/ui-curse.c wordwrap.c
|
|
MAN=
|
|
BINDIR= ${PREFIX}/bin
|
|
|
|
.include <bsd.prog.mk>
|