1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/www/http-analyze/Makefile
Steve Price 4f227c80aa Change the .gif files to .png now that GD makes the latter instead.
PR:		23244
Submitted by:	Todd Mortensen <todd@vegasunderwater.com>
2000-12-11 02:41:39 +00:00

22 lines
513 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
CATEGORIES= www
MASTER_SITES= ftp://ftp.rent-a-guru.de/pub/http-analyze2.01/
DISTNAME= ${PORTNAME}${PORTVERSION}
EXTRACT_SUFX= -src.tar.gz
MAINTAINER= todd@thisisa.com
BUILD_DEPENDS= gif2png:${PORTSDIR}/graphics/gif2png
LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd
MAN1= http-analyze.1
.include <bsd.port.mk>