pkgsrc/math/mathomatic/Makefile
minskim a9dec77f5a Update mathomatic to 12.5.10.
Changes since 12.5.8:
- Bug fix for nintegrate command.  Result was correct but not fully reduced.
- Added "twin" option to "primes/matho-primes", removed "primes/matho-twin".
- Automatically determine the variable if none is specified
  with the derivative and taylor commands.
- Increased the maximum variable length to 1000 characters.
2006-03-02 00:34:39 +00:00

32 lines
845 B
Makefile

# $NetBSD: Makefile,v 1.61 2006/03/02 00:34:39 minskim Exp $
#
DISTNAME= mathomatic-12.5.10
CATEGORIES= math
MASTER_SITES= http://www.panix.com/~gesslein/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://www.mathomatic.com/
COMMENT= Small portable symbolic math program
PKG_INSTALLATION_TYPES= overwrite pkgviews
NO_CONFIGURE= yes
MAKEFILE= makefile
CFLAGS.SunOS+= -DSOLARIS
INSTALLATION_DIRS= bin man/man1
BUILDLINK_DEPENDS.readline+= readline>=5.1pl1nb1
.include "../../devel/readline/buildlink3.mk"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mathomatic ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/mathomatic.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE}
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${WRKSRC}/README.txt \
${PREFIX}/share/doc/${PKGBASE}
.include "../../mk/bsd.pkg.mk"