pkgsrc/math/mathomatic/Makefile
minskim 2933f80830 Update mathomatic to 11.3c.
Changes:

"factor number" command now accepts more than one integer.

Added file "mathomatic.ico".

Added temporary fix for 64 bit longs.

Added file "VERSION" which contains the version number of Mathomatic.
"makefile" modified.

Renamed "lgpl.txt" to "LICENSE.txt".

"make install" now installs all HTML files in "/usr/local/doc/mathomatic".

Added compile-time define "TIMEOUT_SECONDS".
Useful for limiting the amount of time Mathomatic can run as a CGI.
2004-08-04 19:59:59 +00:00

33 lines
841 B
Makefile

# $NetBSD: Makefile,v 1.18 2004/08/04 19:59:59 minskim Exp $
#
DISTNAME= mathomatic-11.3c
CATEGORIES= math
MASTER_SITES= http://www.panix.com/~gesslein/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc@bjan.freeshell.org
HOMEPAGE= http://www.panix.com/~gesslein/
COMMENT= Small portable symbolic math program
PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}/am
USE_BUILDLINK3= yes
NO_CONFIGURE= yes
MAKEFILE= makefile
CFLAGS.SunOS+= -DSOLARIS
INSTALLATION_DIRS= bin man/man1
.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}/*.htm ${WRKSRC}/README.txt \
${PREFIX}/share/doc/${PKGBASE}
.include "../../mk/bsd.pkg.mk"