diff options
Diffstat (limited to 'devel/tclcheck/files/Makefile')
-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 00000000000..d25384e340d --- /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> |