blob: 1f3e4cb465eea51f6adfed4dd1809d4eb23eff29 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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.2 1997/07/11 04:58:45 andreas Exp $
#
DISTNAME= http-analyze1.9e
PKGNAME= http-analyze-1.9
CATEGORIES= www
MASTER_SITES= ftp://ftp.rent-a-guru.de/pub/
MAINTAINER= andreas@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
MAN1= http-analyze.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/http-analyze ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/http-analyze.man \
${PREFIX}/man/man1/http-analyze.1
.include <bsd.port.mk>
|