mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
It can prettify your program, minimise, obfuscate or just sanity check it. It can also do some rewriting. You pass it filenames (or the stdin) and the output is generated to stdout. WWW: http://catless.ncl.ac.uk/Programs/Frink/
7 lines
131 B
Text
7 lines
131 B
Text
PROG= frink
|
|
SRCS= frink.c output.c token.c tcl.c config.c
|
|
|
|
BINDIR= ${PREFIX}/bin
|
|
MANDIR= ${PREFIX}/man/man
|
|
|
|
.include <bsd.prog.mk>
|