summaryrefslogtreecommitdiff
path: root/homebrew/djview4/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/djview4/.make.sh-auto')
-rw-r--r--homebrew/djview4/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/djview4/.make.sh-auto b/homebrew/djview4/.make.sh-auto
new file mode 100644
index 000000000..dd588b943
--- /dev/null
+++ b/homebrew/djview4/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+inreplace "src/djview.pro", "10.6", MacOS.version
+autoreconf -fiv
+pkg:configure --with-x=no --disable-nsdejavu --disable-desktopfiles
+make CC=${PKG_TARG}-clang CXX=${PKG_TARG}-clang++
+prefix.install "src/djview.app"