# $Id: Portfile,v 1.5 2003/03/03 06:18:07 mij Exp $ PortSystem 1.0 name pth version 1.4.1 revision 0 categories devel maintainers jpm@opendarwin.org 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. homepage http://www.gnu.org/software/pth/ platforms darwin master_sites http://ftp.gnu.org/gnu/pth/ checksums md5 d17cb02b5580baeac50d1005ff46ddbc build.type gnu install.destroot prefix=${destroot}${prefix} variant darwin { pre-configure { file copy -force /usr/share/libtool/config.guess ${worksrcpath}/config.guess file copy -force /usr/share/libtool/config.sub ${worksrcpath}/config.sub } configure.env CPPFLAGS=-no-cpp-precomp }