aboutsummaryrefslogtreecommitdiffstats
path: root/math/jacal/Makefile
blob: d7bd3688755155d4d2a2bbea1192e9bc4eb24d9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    Jacal
# Date created:             Sat Mar 16 2002
# Whom:                 Mark R V Murray <markm@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   jacal
PORTVERSION=    1c2
CATEGORIES= math
MASTER_SITES=   http://groups.csail.mit.edu/mac/ftpdir/scm/

MAINTAINER= 5u623l20@gmail.com
COMMENT=    Symbolic mathematics program written in Scheme

RUN_DEPENDS=    scm:${PORTSDIR}/lang/scm \
        ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib

WRKSRC=     ${WRKDIR}/jacal

USE_ZIP=    yes
USE_GMAKE=  yes
USE_PERL5=  yes
NO_BUILD=   yes

MAN1=       jacal.1
INFO=       jacal

do-configure:
    cd ${WRKSRC}; \
    ${FIND} . -type f -exec ${PERL} -spi -e 's|%%PREFIX%%|${PREFIX}|' {} ';'
    cd ${WRKSRC}; \
    ./configure

.include <bsd.port.mk>