1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/sysutils/ccze/Makefile
Wesley Shields d2fcee2d72 Update maintainer address.
Trim headers where applicable and in the cases where the maintainer
is the original author remove the headers entirely.
Update mirror to point to the newer location (old one redirected).

Submitted by:	Nicolas Jombart <ecu@200ok.org> (maintainer, private mail)
2012-12-12 21:40:54 +00:00

30 lines
570 B
Makefile

# $FreeBSD$
PORTNAME= ccze
PORTVERSION= 0.2.1
PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= http://falafel.200ok.org/distfiles/ccze/ \
http://200ok.org/distfiles/ccze/
MAINTAINER= ecu@200ok.org
COMMENT= Fast log colorizer
LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
MAN1= ccze.1 ccze-cssdump.1
MAN7= ccze-plugin.7
post-install:
@${WRKSRC}/src/ccze-dump > ${PREFIX}/etc/cczerc-sample
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/FAQ ${DOCSDIR}
.endif
.include <bsd.port.mk>