2012-10-18 17:23:51 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2012/10/18 21:23:51 espie 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 14:58:35 -04:00
|
|
|
|
2007-09-15 19:54:16 -04:00
|
|
|
COMMENT= log colorizer
|
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 14:58:35 -04:00
|
|
|
|
2012-10-18 17:23:51 -04:00
|
|
|
DISTNAME= ccze-0.2.1
|
2012-10-14 05:25:07 -04:00
|
|
|
REVISION= 3
|
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 14:58:35 -04:00
|
|
|
CATEGORIES= misc
|
|
|
|
|
2004-04-18 02:41:11 -04: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 14:58:35 -04:00
|
|
|
|
2012-10-14 05:25:07 -04:00
|
|
|
MASTER_SITES= http://distfiles.bsdfrog.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 14:58:35 -04:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-05 04:24:49 -04:00
|
|
|
WANTLIB= c ncurses pcre
|
|
|
|
|
2010-11-19 02:23:05 -05:00
|
|
|
LIB_DEPENDS= 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 14:58:35 -04:00
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
2010-11-05 04:24:49 -04:00
|
|
|
USE_GROFF= Yes
|
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 14:58:35 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
2003-07-16 05:40:29 -04: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 14:58:35 -04:00
|
|
|
|
2006-02-01 11:29:47 -05:00
|
|
|
pre-fake:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ccze
|
|
|
|
${WRKSRC}/src/ccze-dump > ${PREFIX}/share/examples/ccze/cczerc
|
|
|
|
|
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 14:58:35 -04:00
|
|
|
.include <bsd.port.mk>
|