1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/math/fricas/Makefile
Martin Wilke 441b4dc069 - Update to 1.1.5
PR:		163660
Submitted by:	Armin Pirkovitsch <armin@frozen-zone.org>
2011-12-29 15:38:48 +00:00

35 lines
773 B
Makefile

# New ports collection makefile for: fricas
# Date created: 11 November 2008
# Whom: stephen@math.missouri.edu
#
# $FreeBSD$
#
PORTNAME= fricas
PORTVERSION= 1.1.5
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>