summaryrefslogtreecommitdiff
path: root/homebrew/dwdiff/.make.sh-auto
blob: 8545769a2bbd752e19578a6bb559d68f9b6ea1bf (plain)
1
2
3
4
5
6
7
8
9
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