SugerCRMをさっそくインストール

# cd /usr/ports/deskutils/sugarcrm
# make install clean
===>  Vulnerability check disabled, database not found
=> SugarSuite-Full-2_5_1b.zip doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from http://heanet.dl.sourceforge.net/sourceforge/sugarcrm/.
SugarSuite-Full-2_5_1b.zip                    100% of 2826 kB  180 kBps 00m00s=> Sugar_Open_Source_User_Guide_v25_MSWord_2005-01-31.zip doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from http://heanet.dl.sourceforge.net/sourceforge/sugarcrm/.
Sugar_Open_Source_User_Guide_v25_MSWord_2005-0100% of 2550 kB  175 kBps 00m00s===>  Extracting for sugarcrm-2.5.1b_1
=> Checksum OK for SugarSuite-Full-2_5_1b.zip.
=> Checksum OK for Sugar_Open_Source_User_Guide_v25_MSWord_2005-01-31.zip.
===>   sugarcrm-2.5.1b_1 depends on executable: unzip - found
===>  Patching for sugarcrm-2.5.1b_1
===>  Configuring for sugarcrm-2.5.1b_1
===>  Installing for sugarcrm-2.5.1b_1
===>   sugarcrm-2.5.1b_1 depends on file: /usr/local/include/php/main/php.h - found
===>   sugarcrm-2.5.1b_1 depends on file: /usr/local/lib/php/20020429/gd.so - found
===>   sugarcrm-2.5.1b_1 depends on file: /usr/local/lib/php/20020429/mysql.so - found
===>   sugarcrm-2.5.1b_1 depends on file: /usr/local/lib/php/20020429/session.so - found
===>   sugarcrm-2.5.1b_1 depends on file: /usr/local/lib/php/20020429/pcre.so - found
===>   Generating temporary packing list
===>  Checking if deskutils/sugarcrm already installed
/bin/mkdir -p /usr/local/www/sugarcrm/cache/custom_fields
/bin/mkdir -p /usr/local/www/sugarcrm/cache/dyn_lay
/bin/mkdir -p /usr/local/www/sugarcrm/cache/feeds
/bin/mkdir -p /usr/local/www/sugarcrm/cache/images
/bin/mkdir -p /usr/local/www/sugarcrm/cache/import
/bin/mkdir -p /usr/local/www/sugarcrm/cache/layout
/bin/mkdir -p /usr/local/www/sugarcrm/cache/pdf
/bin/mkdir -p /usr/local/www/sugarcrm/cache/upload
/bin/mkdir -p /usr/local/www/sugarcrm/cache/xml
##

Notes:

1.  SugarCRM requires that you increase the default PHP memory limit from
    8Mb to 10Mb in the php.ini file.  You should edit this file and ensure
    that the memory_limit parameter should be set to 10Mb or greater:

memory_limit = 10M      ; Maximum amount of memory a script may consume

2.  To complete installation of SugarCRM, please point your browser to
    http://localhost/sugarcrm/ and set up your database and configuration
    parameters.  Once you have finished the installation procedure, you
    should remove the installation directory and make the SugarCRM
    configuration file (config.php) non writable.  You can do these things
    be executing the following commands:

rm -rf /usr/local/www/sugarcrm/install
chown root:wheel /usr/local/www/sugarcrm/config.php

3.  Please see the documentation directory (/usr/local/share/doc/sugarcrm)
    for full documentation on how to get the best out of SugarCRM.

4.  Enjoy!