1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/math/open-axiom/Makefile
Stephen Montgomery-Smith fc7976f6a8 Maintainer: stephen@missouri.edu -> stephen@FreeBSD.org
Approved by: maho (mentor)
2011-06-14 07:38:51 +00:00

32 lines
632 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.3.0
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}
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}
.include <bsd.port.mk>