From a868941c826330e028e58847af66fa2cc16fdbf0 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 22 Jul 2008 07:47:43 +0000 Subject: [PATCH] Rename `bootstrap.macport' to `bootstrap.macports'. --- bootstrap.macport | 19 ------------------- bootstrap.macports | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100755 bootstrap.macport create mode 100755 bootstrap.macports diff --git a/bootstrap.macport b/bootstrap.macport deleted file mode 100755 index 3369b64..0000000 --- a/bootstrap.macport +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -sudo port -v install libpng -sudo port -v install Xaw3d -sudo port -v install ncurses -sudo port -v install db46 -sudo port -v install jpeg -sudo port -v install tiff -sudo port -v install compface -sudo port -v install gettext -sudo port -v install zlib -sudo port -v install canna - -./configure \ - --with-site-includes=/opt/local/include/db46:/opt/local/include \ - --with-site-libraries=/opt/local/lib/db46:/opt/local/lib \ - --with-canna - -make -e SUDO=sudo install-base diff --git a/bootstrap.macports b/bootstrap.macports new file mode 100755 index 0000000..3369b64 --- /dev/null +++ b/bootstrap.macports @@ -0,0 +1,19 @@ +#!/bin/sh + +sudo port -v install libpng +sudo port -v install Xaw3d +sudo port -v install ncurses +sudo port -v install db46 +sudo port -v install jpeg +sudo port -v install tiff +sudo port -v install compface +sudo port -v install gettext +sudo port -v install zlib +sudo port -v install canna + +./configure \ + --with-site-includes=/opt/local/include/db46:/opt/local/include \ + --with-site-libraries=/opt/local/lib/db46:/opt/local/lib \ + --with-canna + +make -e SUDO=sudo install-base -- 1.7.10.4