pkgsrc/devel/libev/Makefile
adam 26bbe86188 4.24:
- bump version to 4.24, as the release tarball inexplicably
  didn't have the right version in ev.h, even though the cvs-tagged
  version did have the right one

4.23:
- move some declarations at the beginning to help certain retarded
  microsoft compilers, even though their documentation claims
  otherwise
2017-07-14 09:54:59 +00:00

19 lines
577 B
Makefile

# $NetBSD: Makefile,v 1.16 2017/07/14 09:54:59 adam Exp $
DISTNAME= libev-4.24
CATEGORIES= devel
MASTER_SITES= http://dist.schmorp.de/libev/
MAINTAINER= tonio@NetBSD.org
HOMEPAGE= http://software.schmorp.de/pkg/libev.html
COMMENT= Full-featured and high-performance event loop
LICENSE= 2-clause-bsd OR gnu-gpl-v2
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE_LIBSUBDIR=ev
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/ev
# Explicitly disable inotify on SunOS, assumes Linux statfs.
CONFIGURE_ENV.SunOS+= ac_cv_header_sys_inotify_h=no
.include "../../mk/bsd.pkg.mk"