1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/www/http-analyze/Makefile

29 lines
713 B
Makefile
Raw Normal View History

# New ports collection makefile for: http-analyze
# Date created: Fri Jul 11 06:11:41 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
1999-08-31 02:43:35 +00:00
# $FreeBSD$
PORTNAME= http-analyze
2001-02-05 15:33:58 +00:00
PORTVERSION= 2.01
PORTREVISION= 5
CATEGORIES= www
MASTER_SITES= ftp://ftp.mayn.de/pub/unix/network/www/
DISTNAME= ${PORTNAME}${PORTVERSION}
1998-12-26 22:16:58 +00:00
EXTRACT_SUFX= -src.tar.gz
MAINTAINER= tmortensen@gmail.com
2003-02-21 14:08:24 +00:00
COMMENT= A fast Log-Analyzer for web servers
PATCH_DEPENDS= gif2png:${PORTSDIR}/graphics/gif2png
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
1997-07-12 00:15:04 +00:00
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>