1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/math/emacs-calc/Makefile
Pav Lucistnik 767a3e989d Emacs Calc can do arbitrary precision arithmetic, operations on matrices,
complex numbers, calendar dates and various other types, plus symbolic
algebra and calculus, graphics, and lots more. Calc also comes with an
extensive manual which you can print or read on-line.

PR:		ports/83238
Submitted by:	Andrew Bernard <andrewb@cs.cmu.edu>
2005-07-13 15:31:02 +00:00

24 lines
472 B
Makefile

# Ports collection makefile for: emacs-calc
# Date created: 7/10/5
# Whom: andrewb@cs.cmu.edu
#
# $FreeBSD$
#
PORTNAME= calc
PORTVERSION= 2.02f
CATEGORIES= math editors
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= emacs-
MAINTAINER= andrewb@cs.cmu.edu
COMMENT= Arbitrary-precision calculator for Emacs
RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs
INFO= calc
.include <bsd.port.mk>