# $Id: Portfile 30281 2007-10-23 19:16:19Z eridius@macports.org $ PortSystem 1.0 name libsigsegv version 2.4 categories devel maintainers sean@rees.us description Library for handling page faults in user mode. long_description libsigsegv is a library for handling page faults in user \ mode. A page fault occurs when a program tries to access \ to a region of memory that is currently not available. \ Catching and handling a page fault is a useful technique \ for implementing: pageable virtual memory, memory-mapped \ access to persistent databases, generational garbage \ collectors, stack overflow handlers, distributed shared \ memory, etc. homepage http://libsigsegv.sourceforge.net/ platforms darwin master_sites gnu:libsigsegv checksums md5 df0fe5f87a01e0b4b53b2cdfa8a730e1 test.run yes test.target check post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS PORTING \ README README.woe32 ${destroot}${prefix}/share/doc/${name} } platform darwin 9 { build.env-append MACOSX_DEPLOYMENT_TARGET=10.4 }