openbsd-ports/math/mathomatic/Makefile
shadchin 8f49fe7cec Update to 15.6.1.
ok jasper@, stsp@
2011-06-12 19:03:02 +00:00

35 lines
623 B
Makefile

# $OpenBSD: Makefile,v 1.25 2011/06/12 19:03:02 shadchin Exp $
COMMENT = small, portable, general purpose computer algebra system
DISTNAME = mathomatic-15.6.1
CATEGORIES = math
HOMEPAGE = http://mathomatic.org/
# LGPLv2.1
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c m ncurses readline
MASTER_SITES = ${HOMEPAGE}
EXTRACT_SUFX = .tar.bz2
MAKE_ENV = READLINE=1
MAKE_FILE = makefile
USE_GMAKE = Yes
FAKE_FLAGS = mandir=$(PREFIX)/man
CFLAGS += -DNO_COLOR
REGRESS_TARGET = test
RUN_DEPENDS = devel/desktop-file-utils
.include <bsd.port.mk>