summaryrefslogtreecommitdiff
path: root/homebrew/field3d/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/field3d/.make.sh-auto')
-rw-r--r--homebrew/field3d/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/field3d/.make.sh-auto b/homebrew/field3d/.make.sh-auto
new file mode 100644
index 000000000..817f9d3fd
--- /dev/null
+++ b/homebrew/field3d/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+scons
+include.install Dir["install/**/**/release/include/*"]
+lib.install Dir["install/**/**/release/lib/*"]
+man1.install "man/f3dinfo.1"
+pkgshare.install "contrib", "test", "apps/sample_code"