mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
ab10519a48
I can handle. Sorry, the rest has to go to ports@FreeBSD.ORG.
22 lines
482 B
Makefile
22 lines
482 B
Makefile
# New ports collection makefile for: http-analyze
|
|
# Version required: 1.9e
|
|
# Date created: Fri Jul 11 06:11:41 CEST 1997
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= http-analyze2.01
|
|
PKGNAME= http-analyze-2.01
|
|
CATEGORIES= www
|
|
MASTER_SITES= ftp://ftp.rent-a-guru.de/pub/http-analyze2.01/
|
|
EXTRACT_SUFX= -src.tar.gz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd
|
|
|
|
MAN1= http-analyze.1
|
|
|
|
.include <bsd.port.mk>
|