# $Id: Portfile 56192 2009-08-25 06:22:18Z ryandesign@macports.org $

PortSystem              1.0

name                    poll-emulator
version                 1.4
revision                1
categories              devel
maintainers             nomaintainer
platforms               darwin freebsd
homepage                http://www.clapper.org/software/poll/
master_sites            http://www.clapper.org/software/poll/

description             Library to provide poll(2) functionality

long_description        This package implements the System V poll(2) system \
                        call for Unix-like systems that do not support poll.

checksums               md5 b00a85c5c46873dc1c1078cdd3c101f3

patchfiles              patch-Makefile.diff

use_configure           no

build.pre_args          PREFIX=${prefix}
build.args              CC=${configure.cc}

destroot.destdir        PREFIX=${destroot}${prefix}
