freebsd-ports/devel/tclcheck/files/Makefile
Masafumi Max NAKANE 377e399b09 New port, tclCheck:
A program to check the nesting of parenthesis in tcl scripts.

PR:		3976
Submitted by:	Sander Vesik <sander@haldjas.folklore.ee>
1997-07-21 16:09:01 +00:00

7 lines
111 B
Makefile

PROG= tclCheck
PREFIX?= /usr/local
BINDIR= ${PREFIX}/bin
MANDIR= ${PREFIX}/man/man
.include <bsd.prog.mk>