summaryrefslogtreecommitdiff
path: root/homebrew/proctools/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/proctools/.make.sh-auto')
-rw-r--r--homebrew/proctools/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/proctools/.make.sh-auto b/homebrew/proctools/.make.sh-auto
new file mode 100644
index 000000000..fd07d7858
--- /dev/null
+++ b/homebrew/proctools/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+bsdmake PREFIX=${PKG_TAPF}
+["pgrep/pgrep", "pkill/pkill", "pfind/pfind"].each do |prog|
+bin.install prog
+man1.install prog + ".1"