mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
377e399b09
A program to check the nesting of parenthesis in tcl scripts. PR: 3976 Submitted by: Sander Vesik <sander@haldjas.folklore.ee>
8 lines
111 B
Makefile
8 lines
111 B
Makefile
PROG= tclCheck
|
|
|
|
PREFIX?= /usr/local
|
|
BINDIR= ${PREFIX}/bin
|
|
MANDIR= ${PREFIX}/man/man
|
|
|
|
.include <bsd.prog.mk>
|