1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/www/calamaris/Makefile
Dmitry Sivachenko 2514bdf28c Change MAINTAINER field.
I am now at FreeBSD dot org

Approved by:	sobomax
2000-11-13 12:45:40 +00:00

28 lines
640 B
Makefile

# New ports collection makefile for: calmaris
# Date created: 25 December 1998
# Whom: Dima Sivachenko
#
# $FreeBSD$
#
PORTNAME= calamaris
PORTVERSION= 2.40
CATEGORIES= www textproc
MASTER_SITES= http://cord.de/tools/squid/calamaris/ \
ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/
MAINTAINER= demon@FreeBSD.org
USE_PERL5= yes
NO_BUILD= yes
MAN1= calamaris.1
post-patch:
@ ${PERL} -pi -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/calamaris
do-install:
@ ${INSTALL_MAN} ${WRKSRC}/calamaris.1 ${PREFIX}/man/man1/calamaris.1
@ ${INSTALL_SCRIPT} ${WRKSRC}/calamaris ${PREFIX}/bin/calamaris
.include <bsd.port.mk>