Files
ports/www/gopherus/files/Makefile
T
Tobias Kortkamp 8ae75e7cea New port: www/gopherus
Gopherus is a free, multiplatform, console-mode gopher client that
provides a classic text interface to the gopherspace.

WWW: http://gopherus.sourceforge.net/
2020-05-09 12:20:57 +00:00

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>