update.
[chise/chise-base.git] / bootstrap.macports
1 #!/bin/sh
2
3 sudo port -v install libpng
4 sudo port -v install Xaw3d
5 sudo port -v install ncurses
6 sudo port -v install db46
7 sudo port -v install jpeg
8 sudo port -v install tiff
9 sudo port -v install compface
10 sudo port -v install gettext
11 sudo port -v install zlib
12 sudo port -v install canna
13 sudo port -v install unzip
14
15 ./configure \
16     --with-site-includes=/opt/local/include/db46:/opt/local/include \
17     --with-site-libraries=/opt/local/lib/db46:/opt/local/lib \
18     --with-canna
19
20 make -e SUDO=sudo install-base