2005-02-08 23:38:12 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2005/02/08 23:38:12 alek Exp $
|
Initial import of ccze 0.2.1
CZE is a robust and modular log colorizer with plugins for apm,
exim, fetchmail, httpd, postfix, procmail, squid, syslog, ulogd,
vsftpd, xferlog, and more.
WWW: http://bonehunter.rulez.org/CCZE.phtml
from Robert Nagy <thuglife@bsd.hu>
2003-07-05 18:58:35 +00:00
|
|
|
|
|
|
|
COMMENT= "log colorizer"
|
|
|
|
|
|
|
|
DISTNAME= ccze-0.2.1
|
2003-07-16 09:40:29 +00:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
Initial import of ccze 0.2.1
CZE is a robust and modular log colorizer with plugins for apm,
exim, fetchmail, httpd, postfix, procmail, squid, syslog, ulogd,
vsftpd, xferlog, and more.
WWW: http://bonehunter.rulez.org/CCZE.phtml
from Robert Nagy <thuglife@bsd.hu>
2003-07-05 18:58:35 +00:00
|
|
|
CATEGORIES= misc
|
|
|
|
|
2004-04-18 06:41:11 +00:00
|
|
|
MAINTAINER= Robert Nagy <robert@openbsd.org>
|
Initial import of ccze 0.2.1
CZE is a robust and modular log colorizer with plugins for apm,
exim, fetchmail, httpd, postfix, procmail, squid, syslog, ulogd,
vsftpd, xferlog, and more.
WWW: http://bonehunter.rulez.org/CCZE.phtml
from Robert Nagy <thuglife@bsd.hu>
2003-07-05 18:58:35 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://bonehunter.rulez.org/CCZE.phtml
|
|
|
|
|
|
|
|
MASTER_SITES= ftp://bonehunter.rulez.org/pub/ccze/stable/
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-22 11:48:32 +00:00
|
|
|
WANTLIB= c ncurses
|
Initial import of ccze 0.2.1
CZE is a robust and modular log colorizer with plugins for apm,
exim, fetchmail, httpd, postfix, procmail, squid, syslog, ulogd,
vsftpd, xferlog, and more.
WWW: http://bonehunter.rulez.org/CCZE.phtml
from Robert Nagy <thuglife@bsd.hu>
2003-07-05 18:58:35 +00:00
|
|
|
|
2005-02-08 23:38:12 +00:00
|
|
|
LIB_DEPENDS= pcre::devel/pcre
|
Initial import of ccze 0.2.1
CZE is a robust and modular log colorizer with plugins for apm,
exim, fetchmail, httpd, postfix, procmail, squid, syslog, ulogd,
vsftpd, xferlog, and more.
WWW: http://bonehunter.rulez.org/CCZE.phtml
from Robert Nagy <thuglife@bsd.hu>
2003-07-05 18:58:35 +00:00
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
2003-07-16 09:40:29 +00:00
|
|
|
CONFIGURE_ARGS= --with-builtins=all
|
Initial import of ccze 0.2.1
CZE is a robust and modular log colorizer with plugins for apm,
exim, fetchmail, httpd, postfix, procmail, squid, syslog, ulogd,
vsftpd, xferlog, and more.
WWW: http://bonehunter.rulez.org/CCZE.phtml
from Robert Nagy <thuglife@bsd.hu>
2003-07-05 18:58:35 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|