mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
86201bb6b0
about Peak-usage, Request-Methods, Status-reports of incoming and outgoing requests, second and Top-level destinations, content-types and performance. http://Calamaris.Cord.de/ PR: ports/9194 Submitted By: Dima Sivachenko
30 lines
684 B
Makefile
30 lines
684 B
Makefile
# New ports collection makefile for: calmaris
|
|
# Version required: 2.8
|
|
# Date created: 25 December 1998
|
|
# Whom: Dima Sivachenko
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= calamaris-2.8
|
|
CATEGORIES= www textproc
|
|
MASTER_SITES= http://calamaris.cord.de/ \
|
|
ftp://ftp.win.or.jp/pub/network/www/log-tools/ \
|
|
ftp://ftp.c-com.net/pub/.30/LinuxBerg/files/console/
|
|
|
|
MAINTAINER= dima@Chg.RU
|
|
|
|
NO_BUILD= yes
|
|
|
|
post-patch:
|
|
|
|
@ ${MV} ${WRKSRC}/calamaris.pl ${WRKSRC}/calamaris.pl.pre_sed
|
|
@ ${SED} -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/calamaris.pl.pre_sed \
|
|
>> ${WRKSRC}/calamaris.pl
|
|
|
|
do-install:
|
|
|
|
@ ${INSTALL_SCRIPT} ${WRKSRC}/calamaris.pl ${PREFIX}/bin/calamaris
|
|
|
|
.include <bsd.port.mk>
|