Index: head/math/mathomatic/Makefile =================================================================== --- head/math/mathomatic/Makefile (revision 254455) +++ head/math/mathomatic/Makefile (revision 254456) @@ -1,63 +1,65 @@ # New ports collection makefile for: Mathomatic # Date created: Tue Mar 22 10:05:25 CET 2005 # Whom: Roman Neuhauser # # $FreeBSD$ # PORTNAME= mathomatic -PORTVERSION= 15.0.8 +PORTVERSION= 15.1.0 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ \ CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Highly portable, general purpose CAS (Computer Algebra System) USE_BZIP2= yes +USE_GMAKE= yes + MAKE_JOBS_SAFE= yes MAKEFILE= makefile -MAKE_ARGS= -DREADLINE PORTDOCS= * - MAN1= mathomatic.1 + +MAKE_ARGS= READLINE=1 OPTIONS= PDF "Install PDF manual (requires htmldoc)" off .include .if defined(WITH_PDF) BUILD_DEPENDS+= htmldoc:${PORTSDIR}/textproc/htmldoc .endif regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check .if defined(WITH_PDF) post-build: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} pdf .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mathomatic ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/mathomatic.1 ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/share/applications ${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/icons/mathomatic.desktop \ ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/icons/mathomatic.png ${PREFIX}/share/pixmaps .if !defined(NOPORTDOCS) .for d in m4 tests factorial ${MKDIR} ${DOCSDIR}/${d} ${INSTALL_DATA} ${WRKSRC}/${d}/* ${DOCSDIR}/${d} .endfor ${MKDIR} ${DOCSDIR}/html ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}/html .for f in AUTHORS README.txt changes.txt ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ .endfor .endif .include Property changes on: head/math/mathomatic/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.102 \ No newline at end of property +1.103 \ No newline at end of property Index: head/math/mathomatic/distinfo =================================================================== --- head/math/mathomatic/distinfo (revision 254455) +++ head/math/mathomatic/distinfo (revision 254456) @@ -1,3 +1,3 @@ -MD5 (mathomatic-15.0.8.tar.bz2) = 24f8c4f80318215f2190daefc1f0e106 -SHA256 (mathomatic-15.0.8.tar.bz2) = 3016c915eed5a7c48bafa0d973e1a67df219454f6bcc7e90105c087c18b79da8 -SIZE (mathomatic-15.0.8.tar.bz2) = 174884 +MD5 (mathomatic-15.1.0.tar.bz2) = 242e8f180e4cd2938a3eb33f90d7c7d1 +SHA256 (mathomatic-15.1.0.tar.bz2) = c0954934aba286b0560bd2db15b3391477c1ee95dcfd9d3a82d724ada0b95d09 +SIZE (mathomatic-15.1.0.tar.bz2) = 175385 Property changes on: head/math/mathomatic/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.97 \ No newline at end of property +1.98 \ No newline at end of property