mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
85e1af6fa6
- Remove USES=perl5 - Add USES=makeinfo - Clean the patches Relnotes: https://people.csail.mit.edu/jaffer/JACAL_ANNOUNCE.txt
34 lines
718 B
Makefile
34 lines
718 B
Makefile
# Created by: Mark R V Murray <markm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jacal
|
|
PORTVERSION= 1c7
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://groups.csail.mit.edu/mac/ftpdir/scm/
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Symbolic mathematics program written in Scheme
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= scm:lang/scm \
|
|
${LOCALBASE}/share/slib/require.scm:lang/slib
|
|
|
|
USES= gmake makeinfo zip
|
|
|
|
HAS_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
NO_BUILD= yes
|
|
|
|
INFO= jacal
|
|
|
|
post-patch:
|
|
${FIND} ${WRKSRC} -type f -exec ${REINPLACE_CMD} -i '' -e 's|%%PREFIX%%|${PREFIX}|' {} \;
|
|
${CHMOD} +x ${WRKSRC}/configure
|
|
|
|
post-install:
|
|
${SED} -i '' -e 's|${STAGEDIR}${PREFIX}|${PREFIX}|g' ${STAGEDIR}${PREFIX}/bin/jacal
|
|
|
|
.include <bsd.port.mk>
|