diff options
Diffstat (limited to 'homebrew/icon/.make.sh-auto')
-rw-r--r-- | homebrew/icon/.make.sh-auto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/icon/.make.sh-auto b/homebrew/icon/.make.sh-auto new file mode 100644 index 000000000..f8cbf6b18 --- /dev/null +++ b/homebrew/icon/.make.sh-auto @@ -0,0 +1,7 @@ +pkg:setup +ENV.deparallelize +make Configure name=posix +make +bin.install "bin/icon", "bin/icont", "bin/iconx" +doc.install Dir["doc/*"] +man1.install Dir["man/man1/*.1"] |