freebsd-ports/math/jacal/Makefile
Edwin Groothuis b8a64d94ec PERL -> REINPLACE
and USE_PERL5 in some places

Noticed by: bento
2002-11-04 03:17:29 +00:00

31 lines
559 B
Makefile

# New ports collection makefile for: Jacal
# Date created: Sat Mar 16 2002
# Whom: Mark R V Murray <markm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= jacal
PORTVERSION= 1b2
CATEGORIES= math
MASTER_SITES= http://swissnet.ai.mit.edu/ftpdir/scm/
DISTNAME= jacal1b2
MAINTAINER= markm@FreeBSD.org
RUN_DEPENDS= scm:${PORTSDIR}/lang/scm
WRKSRC= ${WRKDIR}/jacal
USE_ZIP= yes
USE_GMAKE= yes
USE_PERL5= yes
NO_BUILD= yes
MAN1= jacal.1
do-configure:
cd ${WRKSRC}; \
find . -type f -exec perl -spi -e 's|%%PREFIX%%|${PREFIX}|' {} ';'
.include <bsd.port.mk>