mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
29 lines
735 B
Makefile
29 lines
735 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= 6
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://sce-tindy.tecnik93.com/FreeBSD/others_ports/http-analyze/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
EXTRACT_SUFX= -src.tar.gz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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>
|