mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
34 lines
643 B
Makefile
34 lines
643 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= 1b7
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://groups.csail.mit.edu/mac/ftpdir/scm/OLD/
|
|
DISTNAME= jacal1b7
|
|
|
|
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>
|