openbsd-ports/math/mathomatic/Makefile
ajacoutot 23455207ff Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-21 22:07:57 +00:00

32 lines
637 B
Makefile

# $OpenBSD: Makefile,v 1.19 2009/12/21 22:07:57 ajacoutot Exp $
COMMENT = small, portable, general purpose computer algebra system
DISTNAME = mathomatic-14.5.5
PKGNAME = ${DISTNAME}p0
CATEGORIES = math
HOMEPAGE = http://www.mathomatic.org/
# 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>