ports/math/mathomatic/Makefile

31 lines
475 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = small, portable, general purpose computer algebra system
DISTNAME = mathomatic-16.0.0
REVISION = 1
CATEGORIES = math
HOMEPAGE = http://mathomatic.org/
# LGPLv2.1
PERMIT_PACKAGE = Yes
WANTLIB = c m curses readline
2023-09-27 17:15:09 +00:00
SITES = ${HOMEPAGE}
2023-08-16 22:26:55 +00:00
EXTRACT_SUFX = .tar.bz2
MAKE_ENV = READLINE=1
MAKE_FILE = makefile
USE_GMAKE = Yes
FAKE_FLAGS = mandir=$(PREFIX)/man
CFLAGS += -DNO_COLOR
TEST_TARGET = test
RUN_DEPENDS = devel/desktop-file-utils
.include <bsd.port.mk>