2010-10-18 16:52:05 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2010/10/18 20:52:07 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
|
|
|
|
|
|
|
DISTNAME= ccze-0.2.1
|
2006-07-19 07:19:46 -04:00
|
|
|
PKGNAME= ${DISTNAME}p2
|
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
|
|
|
|
2006-07-19 07:08:08 -04:00
|
|
|
HOMEPAGE= http://bonehunter.rulez.org/software/ccze/
|
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
|
|
|
|
|
|
|
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 06:48:32 -05: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 14:58:35 -04:00
|
|
|
|
2005-02-08 18:38:12 -05: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 14:58:35 -04:00
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
2010-10-18 16:52:05 -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>
|