1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/math/jacal/Makefile
Mark Murray 5bcac88c37 Update to 1b6.
Relinquish maintainership.
2006-08-07 10:44:02 +00:00

33 lines
618 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= 1b6
CATEGORIES= math
MASTER_SITES= http://swissnet.ai.mit.edu/ftpdir/scm/
DISTNAME= jacal1b6
MAINTAINER= ports@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>