1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/math/open-axiom/Makefile
Brendan Fabeny 8e5a6741f5 Update lang/sbcl to 1.1.12 [1] and math/maxima to 5.31.1; adjust
dependent ports

PR:		181545 [1]
2013-10-03 13:47:44 +00:00

32 lines
707 B
Makefile

# Created by: stephen@math.missouri.edu
# $FreeBSD$
PORTNAME= open-axiom
PORTVERSION= 1.4.2
PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
MAINTAINER= stephen@FreeBSD.org
COMMENT= A computer algebra system
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
USES= gettext iconv
MAKE_JOBS_UNSAFE=yes
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
PLIST_SUB= AXIOM_VER=${PORTVERSION} GNU_HOST=${CONFIGURE_TARGET}
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} 's/test x$$oa_has_qt = xyes/false/' ${WRKSRC}/configure
.include <bsd.port.mk>