diff options
Diffstat (limited to 'homebrew/dwdiff/.make.sh-auto')
-rw-r--r-- | homebrew/dwdiff/.make.sh-auto | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/homebrew/dwdiff/.make.sh-auto b/homebrew/dwdiff/.make.sh-auto new file mode 100644 index 000000000..8545769a2 --- /dev/null +++ b/homebrew/dwdiff/.make.sh-auto @@ -0,0 +1,10 @@ +pkg:setup +gettext = Formula["gettext"] +icu4c = Formula["icu4c"] +ENV.append "CFLAGS", "-I#{gettext.include} -I#{icu4c.include}" +ENV.append "LDFLAGS", "-L#{gettext.lib} -L#{icu4c.lib} -lintl" +pkg:configure +make DESTDIR=${PKG_DEST} install +(man/"nl").rmtree +(man/"nl.UTF-8").rmtree +(share/"locale/nl").rmtree |