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
|
|
|
|
PORTVERSION= 2.29
|
1999-01-21 23:28:03 +00:00
|
|
|
CATEGORIES= www textproc
|
|
|
|
MASTER_SITES= http://calamaris.cord.de/ \
|
1999-02-23 22:30:58 +00:00
|
|
|
ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/
|
1999-01-21 23:28:03 +00:00
|
|
|
|
|
|
|
MAINTAINER= dima@Chg.RU
|
|
|
|
|
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:
|
1999-01-26 22:39:20 +00:00
|
|
|
@ ${MV} ${WRKSRC}/calamaris ${WRKSRC}/calamaris.pre_sed
|
|
|
|
@ ${SED} -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/calamaris.pre_sed \
|
1999-02-23 22:30:58 +00:00
|
|
|
> ${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>
|