mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
22 lines
558 B
Makefile
22 lines
558 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>
|
|
#
|
|
# $Id: Makefile,v 1.3 1997/07/12 00:15:04 asami Exp $
|
|
#
|
|
|
|
DISTNAME= http-analyze2.01
|
|
PKGNAME= http-analyze-2.01
|
|
CATEGORIES= www
|
|
MASTER_SITES= ftp://ftp.rent-a-guru.de/pub/http-analyze2.01/
|
|
DISTFILES= http-analyze2.01-src.tar.gz
|
|
|
|
MAINTAINER= andreas@FreeBSD.ORG
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
|
|
|
|
MAN1= http-analyze.1
|
|
|
|
.include <bsd.port.mk>
|