# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim: fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 50346 2009-04-29 16:47:40Z ryandesign@macports.org $

PortSystem 1.0

name            libev
epoch           1
version         3.6
categories      devel
maintainers     brett openmaintainer
description     asynchronous event library
long_description    libev is a full-featured and high-performance event \
            loop that is loosely modelled after libevent.
homepage        http://software.schmorp.de/pkg/libev.html
platforms       darwin
master_sites        http://dist.schmorp.de/libev/Attic/
checksums       sha1 547e35dd5d63e9dcd99780caa946690b605580a1
configure.args      --mandir=${prefix}/share/man

post-destroot {
    move ${destroot}${prefix}/include/event.h ${destroot}${prefix}/include/ev-event.h
}


test.run        yes
test.target     verify
