blob: 5dbcc62e326fe61740d6eec20d3f179e522c4f25 (
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
31
32
|
# Created by: Mark R V Murray <markm@FreeBSD.org>
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>
|