mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
10 lines
195 B
Makefile
10 lines
195 B
Makefile
PROG= frink
|
|
SRCS= blocks.c config.c frink.c output.c tcl.c token.c util.c vars.c
|
|
CFLAGS+=-I${.CURDIR}
|
|
|
|
BINDIR= ${PREFIX}/bin
|
|
MANDIR= ${PREFIX}/man/man
|
|
NO_MAN= regretfully
|
|
|
|
.include <bsd.prog.mk>
|