mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
9bbbce3ea1
- Pass maintainership to submitter PR: 166456 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
36 lines
713 B
Makefile
36 lines
713 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= 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>
|