# $Id: Portfile,v 1.9 2004/04/14 05:59:08 blb Exp $ PortSystem 1.0 name pth version 2.0.0 revision 1 categories devel maintainers blb@pobox.com description GNU Portable Threads long_description \ Pth is a very portable POSIX/ANSI-C based library for Unix platforms \ which provides non-preemptive priority-based scheduling for multiple \ threads of execution ("multithreading") inside server applications. All \ threads run in the same address space of the server application, but \ each thread has it's own individual program-counter, run-time stack, \ signal mask and errno variable. platforms darwin homepage http://www.gnu.org/software/pth/ master_sites ftp://ftp.ossp.org/pkg/lib/${name}/ gnu checksums md5 f84a87295fef3b41499f3b728b1f0050 configure.args --mandir=${prefix}/share/man post-destroot { xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} ANNOUNCE AUTHORS COPYING HACKING \ HISTORY INSTALL NEWS PORTING README SUPPORT TESTS THANKS USERS \ ${destroot}/${prefix}/share/doc/${name} }