summaryrefslogtreecommitdiff
path: root/homebrew/udns/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/udns/.make.sh-auto')
-rw-r--r--homebrew/udns/.make.sh-auto10
1 files changed, 10 insertions, 0 deletions
diff --git a/homebrew/udns/.make.sh-auto b/homebrew/udns/.make.sh-auto
new file mode 100644
index 000000000..323f2e12f
--- /dev/null
+++ b/homebrew/udns/.make.sh-auto
@@ -0,0 +1,10 @@
+pkg:setup
+pkg:configure
+make
+make dylib
+bin.install "dnsget", "rblcheck"
+doc.install "NOTES", "TODO", "ex-rdns.c"
+include.install "udns.h"
+lib.install "libudns.a", "libudns.0.dylib", "libudns.dylib"
+man1.install "dnsget.1", "rblcheck.1"
+man3.install "udns.3"