2005-02-08 18:38:12 -05: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 14:58:35 -04:00
|
|
|
|
|
|
|
COMMENT= "log colorizer"
|
|
|
|
|
|
|
|
DISTNAME= ccze-0.2.1
|
2003-07-16 05:40:29 -04: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 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
|
|
|
|
|
|
|
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 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
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
.include <bsd.port.mk>
|