aboutsummaryrefslogtreecommitdiff
path: root/math/open-axiom/Makefile
blob: 25c32a0ffa479224a5984381b988b783d7cae749 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	open-axiom
# Date created:		12 October 2008
# Whom:			stephen@math.missouri.edu
#
# $FreeBSD$
#

PORTNAME=	open-axiom
PORTVERSION=	1.3.0
CATEGORIES=	math
MASTER_SITES=	SF/${PORTNAME}

MAINTAINER=	stephen@missouri.edu
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}

.include <bsd.port.mk>