summaryrefslogtreecommitdiff
path: root/devel/tclcheck/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/tclcheck/files/Makefile')
-rw-r--r--devel/tclcheck/files/Makefile7
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>