aboutsummaryrefslogtreecommitdiff
path: root/math/yacas/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2012-09-26 12:40:12 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2012-09-26 12:40:12 +0000
commitc5fc7a1558f237aa82e573224ad2bf545fe931b1 (patch)
treead4c73524e8f8fddc57f26da7855591f7282d5ef /math/yacas/Makefile
parenta15b5378b6a6e6cf0e24a2f109875e2400dae382 (diff)
downloadports-c5fc7a1558f237aa82e573224ad2bf545fe931b1.tar.gz
ports-c5fc7a1558f237aa82e573224ad2bf545fe931b1.zip
Notes
Diffstat (limited to 'math/yacas/Makefile')
-rw-r--r--math/yacas/Makefile17
1 files changed, 7 insertions, 10 deletions
diff --git a/math/yacas/Makefile b/math/yacas/Makefile
index 902e6ecb2978..8b5b60db5dd0 100644
--- a/math/yacas/Makefile
+++ b/math/yacas/Makefile
@@ -1,17 +1,12 @@
-# ex:ts=8
-# New ports collection makefile for: yacas
-# Date created: Jun 21, 2001
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= yacas
-PORTVERSION= 1.3.2
+PORTVERSION= 1.3.3
CATEGORIES= math
-MASTER_SITES= http://yacas.sourceforge.net/backups/
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION:R}/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= gahr@FreeBSD.org
COMMENT= Yet Another Computer Algebra System
LICENSE= GPLv2
@@ -23,7 +18,8 @@ TESTS_DESC= Run bundled self-tests after build
USE_PERL5_BUILD=yes
USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
+#USE_AUTOTOOLS= libtool
+GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
.include <bsd.port.options.mk>
@@ -34,6 +30,7 @@ BROKEN= Does not compile with GCC 4.2
.if ${PORT_OPTIONS:MDOCS}
CONFIGURE_ARGS+= --enable-html-doc --with-html-dir=${DOCSDIR}
+PORTDOCS= *
.else
CONFIGURE_ARGS+= --disable-html-doc
.endif