92d8d67120
Yet Another Computer Algebra System
21 lines
365 B
Makefile
21 lines
365 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: yacas
|
|
# Date created: Jun 21, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= yacas
|
|
PORTVERSION= 1.0.47
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
http://www.xs4all.nl/~apinkus/backups/
|
|
|
|
MAINTAINER= ijliao@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-gmp=yes
|
|
|
|
.include <bsd.port.mk>
|