1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/math/fricas/Makefile
Jimmy Olgeni 168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
2014-07-07 15:31:01 +00:00

39 lines
925 B
Makefile

# Created by: stephen@math.missouri.edu
# $FreeBSD$
PORTNAME= fricas
PORTVERSION= 1.1.8
DISTVERSIONSUFFIX= -full
PORTREVISION= 7
CATEGORIES= math
MASTER_SITES= SF
MAINTAINER= stephen@FreeBSD.org
COMMENT= Computer algebra system, forked from axiom
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/license/LICENSE.AXIOM
BUILD_DEPENDS= noweb:${PORTSDIR}/devel/noweb \
sbcl:${PORTSDIR}/lang/sbcl
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
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>