mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 10:59:14 -04:00
10 lines
211 B
Text
10 lines
211 B
Text
PROG= frink
|
|
SRCS= blocks.c config.c frink.c output.c tcl.c token.c util.c vars.c
|
|
CFLAGS+=-I${.CURDIR} -DHAVE_STDLIB_H
|
|
|
|
BINDIR= ${PREFIX}/bin
|
|
MANDIR= ${PREFIX}/man/man
|
|
MK_MAN= no
|
|
WARNS= 7
|
|
|
|
.include <bsd.prog.mk>
|