# $Id: Portfile,v 1.5 2003/03/09 04:29:34 ranger Exp $ PortSystem 1.0 name poll-emulator version 1.4 revision 1 categories devel maintainers ranger@befunk.com description Library to provide poll(2) functionality homepage http://www.clapper.org/software/poll/ platforms darwin freebsd master_sites http://www.clapper.org/software/poll/ checksums md5 b00a85c5c46873dc1c1078cdd3c101f3 patchfiles patch-Makefile configure {} build.pre_args PREFIX=${prefix} install { cd ${worksrcpath} system "make PREFIX=${destroot}${prefix} install" } long_description This package implements the System V poll(2) system call for \ Unix-like systems that do not support poll.