---
name: xpi-splash
version: 2.0.2
origin: www/xpi-splash
comment: A splash screen for most Mozilla and Mozilla Based products
arch: freebsd:9:x86:64
www: http://www.mrtech.com/extensions/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 204078
desc: |
  Adds a splash screen to most Mozilla and Mozilla Based products.
  Supports sound, opacity, CSS customization, custom images, and much more.
  You can add {appVersion}, {buildID} and {userAgent} to the loading text and
  it will be filled in for you.

  WWW: http://www.mrtech.com/extensions/
categories: [www]
files:
  /usr/local/lib/xpi/splash@aldreneo.com/chrome.manifest: 8be387d01527e6216027df6e069a44689e69707090ed7ecdf87c5fc7be8a598b
  /usr/local/lib/xpi/splash@aldreneo.com/chrome/splash.jar: 31e0b09c0016cff8cae3225ceeef67fe41a0efcb0185c11213c7eff0fdf183c5
  /usr/local/lib/xpi/splash@aldreneo.com/components/.autoreg: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
  /usr/local/lib/xpi/splash@aldreneo.com/components/splash.js: b0618ff3bce679085f3a49271b645c90f900a82d19537c704c236e24c718d11b
  /usr/local/lib/xpi/splash@aldreneo.com/defaults/preferences/splash.js: 8727abb9fd341b1aa107253814dd9843e7fd31c0d6b7e78a22b2b81405ee9f95
  /usr/local/lib/xpi/splash@aldreneo.com/install.rdf: 6eeac302848ffbe7c7961e870c9aee60f29e07bc973831dcff354dba23f2ddb6
directories:
  /usr/local/lib/xpi/symlinks/thunderbird3/: y
  /usr/local/lib/xpi/symlinks/thunderbird/: y
  /usr/local/lib/xpi/symlinks/seamonkey2/: y
  /usr/local/lib/xpi/symlinks/seamonkey/: y
  /usr/local/lib/xpi/symlinks/linux-thunderbird/: y
  /usr/local/lib/xpi/symlinks/linux-seamonkey/: y
  /usr/local/lib/xpi/symlinks/linux-firefox/: y
  /usr/local/lib/xpi/symlinks/linux-firefox-devel/: y
  /usr/local/lib/xpi/symlinks/firefox3/: y
  /usr/local/lib/xpi/symlinks/firefox/: y
  /usr/local/lib/xpi/symlinks/: y
  /usr/local/lib/xpi/splash@aldreneo.com/defaults/preferences/: n
  /usr/local/lib/xpi/splash@aldreneo.com/defaults/: n
  /usr/local/lib/xpi/splash@aldreneo.com/components/: n
  /usr/local/lib/xpi/splash@aldreneo.com/chrome/: n
  /usr/local/lib/xpi/splash@aldreneo.com/: n
  /usr/local/lib/xpi/: y
scripts:
  post-install: |
    install -d /usr/local/lib/xpi/symlinks/firefox /usr/local/lib/xpi/symlinks/firefox3 /usr/local/lib/xpi/symlinks/linux-firefox /usr/local/lib/xpi/symlinks/linux-firefox-devel /usr/local/lib/xpi/symlinks/thunderbird /usr/local/lib/xpi/symlinks/thunderbird3 /usr/local/lib/xpi/symlinks/linux-thunderbird /usr/local/lib/xpi/symlinks/seamonkey /usr/local/lib/xpi/symlinks/seamonkey2 /usr/local/lib/xpi/symlinks/linux-seamonkey
    for _dir in /usr/local/lib/*firefox*/extensions /usr/local/lib/*thunderbird*/extensions /usr/local/lib/*seamonkey*/extensions /usr/local/lib/xpi/symlinks/*firefox* /usr/local/lib/xpi/symlinks/*thunderbird* /usr/local/lib/xpi/symlinks/*seamonkey* ; { /bin/ln -sf /usr/local/lib/xpi/splash@aldreneo.com $_dir/ 2>/dev/null || true; }
  pre-deinstall: |
    for _dir in /usr/local/lib/*firefox*/extensions /usr/local/lib/*thunderbird*/extensions /usr/local/lib/*seamonkey*/extensions /usr/local/lib/xpi/symlinks/*firefox* /usr/local/lib/xpi/symlinks/*thunderbird* /usr/local/lib/xpi/symlinks/*seamonkey* ; { /bin/rm -f $_dir/splash@aldreneo.com ; }
