pkgsrc/math/mathomatic/Makefile
minskim 1e248b7d86 Update mathomatic to 14.5.5.
Important changes since 14.4.4:
- General cleanup and addition of helpful descriptive text.
- Cleanup and major bug fixes.
- Enhanced code for use with iPhone.
- Minor corrections and additions to the code and documentation.
2009-09-22 02:05:50 +00:00

34 lines
940 B
Makefile

# $NetBSD: Makefile,v 1.91 2009/09/22 02:05:50 minskim Exp $
#
DISTNAME= mathomatic-14.5.5
CATEGORIES= math
MASTER_SITES= http://www.panix.com/~gesslein/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://www.mathomatic.org/
COMMENT= Small portable symbolic math program
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
NO_CONFIGURE= yes
MAKE_FILE= makefile
CFLAGS.SunOS+= -DSOLARIS
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
BUILDLINK_API_DEPENDS.readline+= readline>=5.1pl1nb1
.include "../../devel/readline/buildlink3.mk"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mathomatic ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/mathomatic.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
${INSTALL_DATA} ${WRKSRC}/doc/* ${WRKSRC}/README.txt \
${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
.include "../../mk/bsd.pkg.mk"