1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/math/fricas/Makefile
Yuri Victorovich 8e6eaa225d math/fricas: Update 1.3.5 -> 1.3.6
Reported by:	portscout
2020-04-05 19:26:39 +00:00

29 lines
550 B
Makefile

# $FreeBSD$
PORTNAME= fricas
DISTVERSION= 1.3.6
DISTVERSIONSUFFIX= -full
CATEGORIES= math
MASTER_SITES= SF
MAINTAINER= yuri@FreeBSD.org
COMMENT= Advanced computer algebra system
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/license/LICENSE.AXIOM
BUILD_DEPENDS= sbcl:lang/sbcl
USES= autoreconf gmake tar:bz2 xorg
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-lisp=sbcl
USE_XORG= ice sm x11 xpm
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
STRIP= #these binaries fail if stripped
PLIST_SUB= HOST_ARCH="${CONFIGURE_TARGET}"
.include <bsd.port.mk>