---
name: bsd-splash-changer
version: 060211
origin: sysutils/bsd-splash-changer
comment: Boot Splash Image Changer
arch: freebsd:9:x86:64
www: http://mato.gamato.org/freebsd/
maintainer: gamato@users.sf.net
prefix: /usr/local
licenselogic: single
flatsize: 1783
desc: |
  This is a boot splash image changer for FreeBSD.

  See the post-installation message for instructions.

  WWW: http://mato.gamato.org/freebsd/
categories: [sysutils]
files:
  /usr/local/etc/rc.d/change_splash: 5019a17374ec30c5e93257c0c3f0a928f4189422ddae0773f202ae75b2473eb7
directories:
  /usr/local/share/bsd-splash-changer/: y
scripts:
  post-install: |
    mkdir -p /usr/local/share/bsd-splash-changer
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
message: |
  ==============================================================================

  To use the port you need to perform the following steps:

  1) Place your image files into /usr/local/share/bsd-splash-changer.
  2) Add the following to /etc/rc.conf[.local] to enable it:

     splash_changer_enable="YES"

  3) Enable the boot splash screen as described in splash(4) and set the
     following in /boot/loader.conf[.local]:

     bitmap_name="/boot/splash"

  Also, be careful if you already have a file "/boot/splash" because it will be
  replaced when the script is executed.

  ==============================================================================
