openbsd-ports/math/mathomatic/Makefile
steven 3361bf851b update to 14.5.2
and homepage changed
2009-07-26 19:53:28 +00:00

30 lines
609 B
Makefile

# $OpenBSD: Makefile,v 1.17 2009/07/26 19:53:28 steven Exp $
COMMENT = small, portable, general purpose computer algebra system
DISTNAME = mathomatic-14.5.2
CATEGORIES = math
HOMEPAGE = http://www.mathomatic.org/
# LGPL
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c m ncurses readline
MASTER_SITES = http://www.panix.com/~gesslein/
EXTRACT_SUFX = .tar.bz2
MAKE_ENV = READLINE=1
MAKE_FILE = makefile
FAKE_FLAGS = prefix=${WRKINST}${PREFIX}
REGRESS_TARGET = test
RUN_DEPENDS = ::devel/desktop-file-utils
.include <bsd.port.mk>