1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/www/calamaris/Makefile
Justin M. Seger bb9e1fc649 Upgrade www/calamaris to 2.23
PR:		ports/10984
Submitted by:	Dima Sivachenko <dima@Chg.RU>
1999-04-06 22:27:03 +00:00

31 lines
747 B
Makefile

# New ports collection makefile for: calmaris
# Version required: 2.22
# Date created: 25 December 1998
# Whom: Dima Sivachenko
#
# $Id: Makefile,v 1.3 1999/02/23 22:30:57 billf Exp $
#
DISTNAME= calamaris-2.23
CATEGORIES= www textproc
MASTER_SITES= http://calamaris.cord.de/ \
ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/
MAINTAINER= dima@Chg.RU
NO_BUILD= yes
MAN1= calamaris.1
post-patch:
@ ${MV} ${WRKSRC}/calamaris ${WRKSRC}/calamaris.pre_sed
@ ${SED} -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/calamaris.pre_sed \
> ${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>