diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-21 16:09:01 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-21 16:09:01 +0000 |
commit | 377e399b0991a5a11356686aa9a3909591a626e1 (patch) | |
tree | 5636b178b561886f97fe69fa09a9ac401582e089 /devel/tclcheck/files | |
parent | 2ac33805377ce80c740e282d8ea592ff1ab19c37 (diff) | |
download | ports-377e399b0991a5a11356686aa9a3909591a626e1.tar.gz ports-377e399b0991a5a11356686aa9a3909591a626e1.zip |
New port, tclCheck:
A program to check the nesting of parenthesis in tcl scripts.
PR: 3976
Submitted by: Sander Vesik <sander@haldjas.folklore.ee>
Notes
Notes:
svn path=/head/; revision=7398
Diffstat (limited to 'devel/tclcheck/files')
-rw-r--r-- | devel/tclcheck/files/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/tclcheck/files/Makefile b/devel/tclcheck/files/Makefile new file mode 100644 index 000000000000..d25384e340d2 --- /dev/null +++ b/devel/tclcheck/files/Makefile @@ -0,0 +1,7 @@ +PROG= tclCheck + +PREFIX?= /usr/local +BINDIR= ${PREFIX}/bin +MANDIR= ${PREFIX}/man/man + +.include <bsd.prog.mk> |