pkgsrc/math/aribas/Makefile
adam ff69c1f99d Changes 1.53
- bug fix in handling of -pi (previous version changed constant pi)
- bug fix in division of integer vectors with negative coefficients
- for loop can now handle >= 2**32 iterations
- fixed bug which occurred in V 1.50 while parsing certain
  parenthized expressions
2005-01-21 09:50:20 +00:00

25 lines
950 B
Makefile

# $NetBSD: Makefile,v 1.12 2005/01/21 09:50:20 adam Exp $
DISTNAME= aribas-1.53
CATEGORIES= math
MASTER_SITES= ftp://ftp.mathematik.uni-muenchen.de/pub/forster/aribas/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.mathematik.uni-muenchen.de/~forster/sw/aribas.html
COMMENT= Multi-precision floating point and big integer arithmetic calculator
CPPFLAGS+= -DUNiX -DPROTO
BUILD_DIRS= ${WRKDIR}/${DISTNAME}/src
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/aribas ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/aribas.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/aribas
${INSTALL_DATA} ${WRKSRC}/doc/aribas.[dmt]* ${PREFIX}/share/doc/aribas/
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/aribas
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/aribas/
${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp
${INSTALL_DATA} ${WRKSRC}/src/EL/aribas.el ${PREFIX}/share/emacs/site-lisp
.include "../../mk/bsd.pkg.mk"