2002-03-16 15:32:05 +01:00
|
|
|
# New ports collection makefile for: Jacal
|
|
|
|
# Date created: Sat Mar 16 2002
|
|
|
|
# Whom: Mark R V Murray <markm@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= jacal
|
2005-07-11 09:25:54 +02:00
|
|
|
PORTVERSION= 1b5
|
2002-03-16 15:32:05 +01:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= http://swissnet.ai.mit.edu/ftpdir/scm/
|
2005-07-11 09:25:54 +02:00
|
|
|
DISTNAME= jacal1b5
|
2002-03-16 15:32:05 +01:00
|
|
|
|
|
|
|
MAINTAINER= markm@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Symbolic mathematics program written in Scheme
|
2002-03-16 15:32:05 +01:00
|
|
|
|
|
|
|
RUN_DEPENDS= scm:${PORTSDIR}/lang/scm
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/jacal
|
|
|
|
|
|
|
|
USE_ZIP= yes
|
|
|
|
USE_GMAKE= yes
|
2002-11-04 04:17:29 +01:00
|
|
|
USE_PERL5= yes
|
2002-03-16 15:32:05 +01:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
MAN1= jacal.1
|
|
|
|
|
|
|
|
do-configure:
|
|
|
|
cd ${WRKSRC}; \
|
2003-11-13 14:30:42 +01:00
|
|
|
${FIND} . -type f -exec perl -spi -e 's|%%PREFIX%%|${PREFIX}|' {} ';'
|
2002-03-16 15:32:05 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|