1999-01-21 23:28:03 +00:00
|
|
|
# New ports collection makefile for: calmaris
|
|
|
|
# Date created: 25 December 1998
|
|
|
|
# Whom: Dima Sivachenko
|
|
|
|
#
|
1999-08-31 02:43:35 +00:00
|
|
|
# $FreeBSD$
|
1999-01-21 23:28:03 +00:00
|
|
|
#
|
|
|
|
|
2000-04-10 00:07:29 +00:00
|
|
|
PORTNAME= calamaris
|
2000-11-07 01:36:34 +00:00
|
|
|
PORTVERSION= 2.40
|
1999-01-21 23:28:03 +00:00
|
|
|
CATEGORIES= www textproc
|
2000-10-13 20:33:11 +00:00
|
|
|
MASTER_SITES= http://cord.de/tools/squid/calamaris/ \
|
1999-02-23 22:30:58 +00:00
|
|
|
ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/
|
1999-01-21 23:28:03 +00:00
|
|
|
|
2000-11-13 12:45:40 +00:00
|
|
|
MAINTAINER= demon@FreeBSD.org
|
1999-01-21 23:28:03 +00:00
|
|
|
|
1999-05-02 09:06:23 +00:00
|
|
|
USE_PERL5= yes
|
1999-01-21 23:28:03 +00:00
|
|
|
NO_BUILD= yes
|
1999-01-26 22:39:20 +00:00
|
|
|
MAN1= calamaris.1
|
1999-01-21 23:28:03 +00:00
|
|
|
|
|
|
|
post-patch:
|
2000-10-13 20:33:11 +00:00
|
|
|
@ ${PERL} -pi -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/calamaris
|
1999-01-21 23:28:03 +00:00
|
|
|
|
|
|
|
do-install:
|
1999-01-26 22:39:20 +00:00
|
|
|
@ ${INSTALL_MAN} ${WRKSRC}/calamaris.1 ${PREFIX}/man/man1/calamaris.1
|
|
|
|
@ ${INSTALL_SCRIPT} ${WRKSRC}/calamaris ${PREFIX}/bin/calamaris
|
1999-01-21 23:28:03 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|