ports/math/jacal/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

32 lines
615 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
COMMENT= Symbolic mathematics program written in Scheme
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>