2010-10-23 12:47:33 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.22 2010/10/23 16:47:33 steven Exp $
|
2005-05-27 02:04:11 -04:00
|
|
|
|
2009-04-14 14:37:31 -04:00
|
|
|
COMMENT = small, portable, general purpose computer algebra system
|
2005-05-27 02:04:11 -04:00
|
|
|
|
2010-10-23 12:47:33 -04:00
|
|
|
DISTNAME = mathomatic-15.3.0
|
2009-12-21 17:07:57 -05:00
|
|
|
|
2009-04-14 14:37:31 -04:00
|
|
|
CATEGORIES = math
|
2005-05-27 02:04:11 -04:00
|
|
|
|
2010-10-23 12:47:33 -04:00
|
|
|
HOMEPAGE = http://www.mathomatic.org/math/
|
2005-05-27 02:04:11 -04:00
|
|
|
|
|
|
|
# LGPL
|
2009-04-14 14:37:31 -04:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
2005-05-27 02:04:11 -04:00
|
|
|
|
2009-04-14 14:37:31 -04:00
|
|
|
WANTLIB = c m ncurses readline
|
2005-05-27 02:04:11 -04:00
|
|
|
|
2009-04-14 14:37:31 -04:00
|
|
|
MASTER_SITES = http://www.panix.com/~gesslein/
|
|
|
|
EXTRACT_SUFX = .tar.bz2
|
2005-05-27 02:04:11 -04:00
|
|
|
|
2009-04-14 14:37:31 -04:00
|
|
|
MAKE_ENV = READLINE=1
|
|
|
|
MAKE_FILE = makefile
|
2010-10-23 12:47:33 -04:00
|
|
|
USE_GMAKE = Yes
|
2010-10-18 16:52:05 -04:00
|
|
|
USE_GROFF = Yes
|
2005-05-27 02:04:11 -04:00
|
|
|
|
2009-04-14 14:37:31 -04:00
|
|
|
REGRESS_TARGET = test
|
2005-05-27 02:04:11 -04:00
|
|
|
|
2009-04-14 14:37:31 -04:00
|
|
|
RUN_DEPENDS = ::devel/desktop-file-utils
|
2005-05-27 02:04:11 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|