but the executable has big ``usage'' function and some documentation. Use an interesting way of passing the DOCSDIR down through PLIST_SUB and wonder why bsd.port.mk does not do this for everybody.
8 lines
150 B
Text
8 lines
150 B
Text
PROG= frink
|
|
SRCS= frink.c output.c token.c tcl.c config.c
|
|
|
|
BINDIR= ${PREFIX}/bin
|
|
MANDIR= ${PREFIX}/man/man
|
|
NOMAN= regretfully
|
|
|
|
.include <bsd.prog.mk>
|