openbsd-ports/math/mathomatic/Makefile

35 lines
623 B
Makefile
Raw Normal View History

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