mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
3b2adddf78
- Switch to sbcl PR: 137610 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
34 lines
710 B
Makefile
34 lines
710 B
Makefile
# New ports collection makefile for: fricas
|
|
# Date created: 11 November 2008
|
|
# Whom: stephen@math.missouri.edu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fricas
|
|
PORTVERSION= 1.0.7
|
|
CATEGORIES= math
|
|
MASTER_SITES= SF
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-full
|
|
|
|
MAINTAINER= stephen@missouri.edu
|
|
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
|
|
STRIP= #nothing, these binaries fail if stripped
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
PLIST_SUB= GNU_HOST=${CONFIGURE_TARGET}
|
|
|
|
.include <bsd.port.mk>
|