blob: a67b25dd0be47313b78aae97d910f6acd18ea1ab (
plain)
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
33
34
35
|
# New ports collection makefile for: fricas
# Date created: 11 November 2008
# Whom: stephen@math.missouri.edu
#
# $FreeBSD$
#
PORTNAME= fricas
PORTVERSION= 1.1.5
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-full
MAINTAINER= ports@FreeBSD.org
COMMENT= A computer algebra system, forked from axiom
BUILD_DEPENDS= sbcl:${PORTSDIR}/lang/sbcl \
noweb:${PORTSDIR}/devel/noweb
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-lisp=sbcl
USE_GMAKE= yes
USE_XORG= x11 ice sm xpm
USE_ICONV= yes
USE_GETTEXT= yes
USE_LDCONFIG= ${PREFIX}/lib/fricas/target/${CONFIGURE_TARGET}/lib
STRIP= #nothing, these binaries fail if stripped
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_SUB= GNU_HOST=${CONFIGURE_TARGET}
.include <bsd.port.mk>
|