1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/math/open-axiom/Makefile
Brendan Fabeny 0eb8a47869 update to 1.0.56 and adjust dependent ports; switch to the packaged
html documents, to avoid problems with our texinfo tools; pass prefix,
dynamic space size, and lisp bootstrap via make.sh options; update
flags and use them in tests; remove unused patches; simplify and sort
some variables and options-handling; shorten some long lines
2012-04-23 09:27:42 +00:00

35 lines
734 B
Makefile

# New ports collection makefile for: open-axiom
# Date created: 12 October 2008
# Whom: stephen@math.missouri.edu
#
# $FreeBSD$
#
PORTNAME= open-axiom
PORTVERSION= 1.4.1
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
USE_ICONV= yes
USE_GETTEXT= yes
MAKE_JOBS_UNSAFE=yes
PLIST_SUB= AXIOM_VER=${PORTVERSION} GNU_HOST=${CONFIGURE_TARGET}
post-patch:
${REINPLACE_CMD} 's/test x$$oa_has_qt = xyes/false/' ${WRKSRC}/configure
.include <bsd.port.mk>