aboutsummaryrefslogtreecommitdiffstats
path: root/math/yacas/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-06-22 00:57:55 +0800
committerijliao <ijliao@FreeBSD.org>2001-06-22 00:57:55 +0800
commitb41a4123da5d38a3f45c6ffc669e42aa1563afd9 (patch)
treed7ae06770af148f0bfc3e3bace7951c8aa8b1897 /math/yacas/Makefile
parentc80edf93c320caf68b0541604ddd6dffa4575d87 (diff)
downloadfreebsd-ports-gnome-b41a4123da5d38a3f45c6ffc669e42aa1563afd9.tar.gz
freebsd-ports-gnome-b41a4123da5d38a3f45c6ffc669e42aa1563afd9.tar.zst
freebsd-ports-gnome-b41a4123da5d38a3f45c6ffc669e42aa1563afd9.zip
add yacas
Yet Another Computer Algebra System
Diffstat (limited to 'math/yacas/Makefile')
-rw-r--r--math/yacas/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/yacas/Makefile b/math/yacas/Makefile
new file mode 100644
index 000000000000..abb6ac652a07
--- /dev/null
+++ b/math/yacas/Makefile
@@ -0,0 +1,20 @@
+# 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>