16263619e8
Changes: - Excess variables cleanup of taylor command. - Changed argument of push command from an equation number to an equation number range. - Added easy selection of equation spaces, just type the number at the prompt. - Allow flist command when Mathomatic is compiled as a library.
32 lines
849 B
Makefile
32 lines
849 B
Makefile
# $NetBSD: Makefile,v 1.67 2006/06/05 23:48:58 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= mathomatic-12.5.15
|
|
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_API_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"
|