openbsd-ports/math/mathomatic/Makefile
steven 300d0b7bd9 update to 12.8.7
use mathomatic's install target
add .desktop handling
2008-02-17 10:54:21 +00:00

30 lines
602 B
Makefile

# $OpenBSD: Makefile,v 1.14 2008/02/17 10:54:21 steven Exp $
COMMENT= small, portable, general purpose computer algebra system
DISTNAME= mathomatic-12.8.7
CATEGORIES= math
HOMEPAGE= http://mathomatic.orgserve.de/math/
# 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>