mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
2cca282914
Found by: portlint
26 lines
654 B
Makefile
26 lines
654 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.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>
|