Index: head/math/aamath/Makefile =================================================================== --- head/math/aamath/Makefile (revision 376399) +++ head/math/aamath/Makefile (revision 376400) @@ -1,29 +1,29 @@ # Created by: Vsevolod Stakhov # $FreeBSD$ PORTNAME= aamath PORTVERSION= 0.3 PORTREVISION= 1 CATEGORIES= math textproc MASTER_SITES= http://fuse.superglue.se/${PORTNAME}/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Renders ASCII art from mathematical expressions LICENSE= GPLv2 USES= readline WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/aamath man/man1/aamath.1.gz CFLAGS+= -I${LOCALBASE}/include do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/math/mathomatic/Makefile =================================================================== --- head/math/mathomatic/Makefile (revision 376399) +++ head/math/mathomatic/Makefile (revision 376400) @@ -1,47 +1,47 @@ # Created by: Roman Neuhauser # $FreeBSD$ PORTNAME= mathomatic PORTVERSION= 16.0.5 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Highly portable, general purpose CAS (Computer Algebra System) LICENSE= GPLv2 USES= gmake tar:bzip2 readline MAKEFILE= makefile PORTDOCS= * PLIST_FILES= bin/mathomatic man/man1/mathomatic.1.gz \ share/pixmaps/mathomatic.png \ share/applications/mathomatic.desktop MAKE_ARGS= READLINE=1 OPTIONS_DEFINE= DOCS regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mathomatic ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/icons/mathomatic.desktop \ ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/icons/mathomatic.png ${STAGEDIR}${PREFIX}/share/pixmaps .for d in m4 tests @${MKDIR} ${STAGEDIR}${DOCSDIR}/${d} ${INSTALL_DATA} ${WRKSRC}/${d}/* ${STAGEDIR}${DOCSDIR}/${d} .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR}/html ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}/html .for f in AUTHORS README.txt changes.txt ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor .include