freebsd-ports/devel/frink/files/Makefile.bsd
Mikhail Teterin 880a101ff3 Finally upgrade to the today's latest -- 2.1.5. Man-page has vanished,
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.
2002-05-31 19:57:38 +00:00

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>