mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2612c77831
PR: 12182 Submitted by: maintainer
30 lines
760 B
Makefile
30 lines
760 B
Makefile
# New ports collection makefile for: calmaris
|
|
# Version required: 2.27
|
|
# Date created: 25 December 1998
|
|
# Whom: Dima Sivachenko
|
|
#
|
|
# $Id: Makefile,v 1.6 1999/06/08 22:33:59 steve Exp $
|
|
#
|
|
|
|
DISTNAME= calamaris-2.27
|
|
CATEGORIES= www textproc
|
|
MASTER_SITES= http://calamaris.cord.de/ \
|
|
ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/
|
|
|
|
MAINTAINER= dima@Chg.RU
|
|
|
|
USE_PERL5= yes
|
|
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>
|