aboutsummaryrefslogblamecommitdiff
path: root/math/open-axiom/Makefile
blob: 45c831aa444984519ff6f5ad72fbee8d081b9d08 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                       
           

                          
                     
                 
                    
                                             
 
                                   

                                         
                                            
                                             


                   
                                

                              
                             
                    
                                                         


                                                                     


                                                                                
                      
# 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}

post-patch:
	${REINPLACE_CMD} 's/test x$$oa_has_qt = xyes/false/' ${WRKSRC}/configure

.include <bsd.port.mk>