pkgsrc/math/mathomatic/Makefile
wiz c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00

28 lines
742 B
Makefile

# $NetBSD: Makefile,v 1.103 2015/08/18 07:31:12 wiz Exp $
#
DISTNAME= mathomatic-16.0.4
PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= http://mathomatic.org/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://www.mathomatic.org/
COMMENT= Small portable symbolic math program
LICENSE= gnu-lgpl-v2.1
NO_CONFIGURE= yes
MAKE_FILE= makefile
USE_TOOLS+= gmake
INSTALL_ENV+= prefix=$(PREFIX) mandir=$(DESTDIR)$(PREFIX)/$(PKGMANDIR)
CFLAGS.SunOS+= -DSOLARIS
TEST_TARGET= test
BUILDLINK_API_DEPENDS.readline+= readline>=5.1pl1nb1
.include "../../devel/readline/buildlink3.mk"
#.include "../../devel/ncurses/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"