pkgsrc/sysutils/libol/Makefile
adrianp 3e0b03e993 Update to 0.3.18
> 2006-03-27  Balazs Scheidler  <bazsi (at) bzorp.balabit>
>
> 	* configure.in: bumped to 0.3.18
>
> 2006-03-13  Balazs Scheidler  <bazsi (at) bzorp.balabit>
>
> 	* src/io.c: removed fd counting loop, cache maximum number of fds
> 	and allocate the fds array dynamically
>
> 2006-01-23  Balazs Scheidler  <bazsi (at) bzorp.balabit>
>
> 	* src/io.c (do_write): added support for platforms without an
> 	MSG_DONTWAIT flag
2006-04-27 19:55:44 +00:00

16 lines
401 B
Makefile

# $NetBSD: Makefile,v 1.6 2006/04/27 19:55:44 adrianp Exp $
DISTNAME= libol-0.3.18
CATEGORIES= sysutils
MASTER_SITES= http://www.balabit.com/downloads/libol/0.3/
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://www.balabit.com/products/syslog_ng/
COMMENT= Support library for syslog-ng
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
.include "../../mk/bsd.pkg.mk"