diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-29 00:54:16 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-29 00:54:16 +0000 |
commit | 99f5cc1376c3d0901264629d31913043bf727919 (patch) | |
tree | 3de46335d7c03cf56dccca85bc57e4421e8fb779 /sysutils/libol/Makefile | |
parent | 4b86d1c14dcc806e700182eb2fae05e051e0a2fe (diff) | |
download | pkgsrc-99f5cc1376c3d0901264629d31913043bf727919.tar.gz |
Import libol from pkgsrc-wip. Packaged by Adrian Portelli and updated
by me.
libol is a library written by the author of syslog-ng, Balazs
Scheidler, which is used in syslog-ng. A built copy of libol needs to
be present on a system when syslog-ng is built.
Diffstat (limited to 'sysutils/libol/Makefile')
-rw-r--r-- | sysutils/libol/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/libol/Makefile b/sysutils/libol/Makefile new file mode 100644 index 00000000000..59f55a3b069 --- /dev/null +++ b/sysutils/libol/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 00:54:16 minskim Exp $ + +DISTNAME= libol-0.3.13 +CATEGORIES= sysutils +MASTER_SITES= http://www.balabit.com/downloads/libol/0.3/ + +MAINTAINER= adrianp@stindustries.net +HOMEPAGE= http://www.balabit.com/products/syslog_ng/ +COMMENT= Support library for syslog-ng + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES +GNU_CONFIGURE= YES +USE_LIBTOOL= YES + +.include "../../mk/bsd.pkg.mk" |