---
name: mono-kmod
version: 20070416
origin: sysutils/mono-kmod
comment: Execute .NET applications from command line
arch: freebsd:9:x86:64
www: http://www.alpha-tierchen.de/~bkoenig/mono-kmod/
maintainer: bkoenig@alpha-tierchen.de
prefix: /usr/local
licenselogic: single
flatsize: 8392
desc: |
  mono-kmod is a FreeBSD kernel module enables you to execute ECMA and
  .NET applications without preceding the native code generator in the
  command line. That means you can call a binary with "./hello.exe"
  instead of "mono hello.exe".

  WWW: http://www.alpha-tierchen.de/~bkoenig/mono-kmod/
categories: [sysutils, kld]
files:
  /boot/modules/mono.ko: 04fa7ae6f44551b1bd8ea35ede5d731ea6830d5a0f53a05db40313b2dd67e1e3
scripts:
  post-install: |
    cd /boot/modules
  pre-deinstall: |
    cd /boot/modules
  post-deinstall: |
    cd /boot/modules
    kldxref /boot/modules
message: |
  ############################################################################

  Add mono_load="YES" to /boot/loader.conf to load the kernel module
  automatically.

  The default path of Mono is /usr/local/bin/mono. You can specify an
  alternate path by adding a line to /etc/sysctl.conf:

    kern.mono.path=/path/to/mono

  ############################################################################
