diff options
Diffstat (limited to 'homebrew/whois/.make.sh-auto')
-rw-r--r-- | homebrew/whois/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/whois/.make.sh-auto b/homebrew/whois/.make.sh-auto new file mode 100644 index 000000000..072bcdf00 --- /dev/null +++ b/homebrew/whois/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +ENV.append "LDFLAGS", "-L/usr/lib -liconv" +make whois HAVE_ICONV=1 +bin.install "whois" +man1.install "whois.1" +man5.install "whois.conf.5" |