ports/www/gopherus/files/Makefile
2021-04-06 16:31:13 +02:00

6 lines
187 B
Makefile

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>