aboutsummaryrefslogtreecommitdiffstats
path: root/math/jacal/Makefile
blob: a318174ae2c53bccaf6b92f716a2057ccd7c0ba8 (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
# 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
NO_BUILD=   yes

MAN1=       jacal.1

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

.include <bsd.port.mk>