diff options
Diffstat (limited to 'math/fricas/Makefile')
-rw-r--r-- | math/fricas/Makefile | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/math/fricas/Makefile b/math/fricas/Makefile deleted file mode 100644 index d853d4fd9d58..000000000000 --- a/math/fricas/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# Created by: stephen@math.missouri.edu -# $FreeBSD$ - -PORTNAME= fricas -PORTVERSION= 1.2.7 -DISTVERSIONSUFFIX= -full -CATEGORIES= math -MASTER_SITES= SF - -MAINTAINER= stephen@FreeBSD.org -COMMENT= Computer algebra system, forked from axiom - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/license/LICENSE.AXIOM - -BUILD_DEPENDS= noweb:devel/noweb \ - sbcl:lang/sbcl - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -BROKEN= Does not compile with sbcl-1.3.1 -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 - -USE_XORG= x11 ice sm xpm -USES= gettext iconv gmake tar:bzip2 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-lisp=sbcl -USE_LDCONFIG= ${PREFIX}/lib/fricas/target/${CONFIGURE_TARGET}/lib - -STRIP= #nothing, these binaries fail if stripped - -PLIST_SUB= GNU_HOST="${CONFIGURE_TARGET}" - -post-patch: - @${REINPLACE_CMD} -e \ - '/CCF=/s|-O2 -pipe|$$CFLAGS| ; \ - /CCF=/s|/usr/local/include|${LOCALBASE}/include| ; \ - /LDF=/s|/usr/local/lib|${LOCALBASE}/lib|' ${WRKSRC}/configure - -.include <bsd.port.mk> |