freebsd-ports/www/http-analyze/Makefile
Pav Lucistnik cb0ce00146 - Unbreak
PR:		ports/67349
Submitted by:	Stefan Walter <sw@gegenunendlich.de>
Approved by:	maintainer
2004-06-11 08:37:02 +00:00

29 lines
709 B
Makefile

# New ports collection makefile for: http-analyze
# Date created: Fri Jul 11 06:11:41 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$
PORTNAME= http-analyze
PORTVERSION= 2.01
PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= ftp://ftp.mayn.de/pub/unix/network/www/
DISTNAME= ${PORTNAME}${PORTVERSION}
EXTRACT_SUFX= -src.tar.gz
MAINTAINER= todd@thisisa.com
COMMENT= A fast Log-Analyzer for web servers
PATCH_DEPENDS= gif2png:${PORTSDIR}/graphics/gif2png
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
MAN1= http-analyze.1
post-patch:
@${ECHO_MSG} "Converting GIFs to PNG format"
@${FIND} "${WRKSRC}/files/btn" -name "*.gif" -type f \
-exec gif2png -d -O {} \;
.include <bsd.port.mk>