openbsd-ports/math/sc/Makefile
reinhard c0a0a9530c Sc is a spreadsheet calculator based on rectangular tables
like a financial spreadsheet. When invoked it presents you
with a table organized as rows and columns of cells. If
invoked without a file argument, by default the initial
table is empty.
 
Each cell can be associated with a numeric value, a label
string and/or an expression which evaluates to a numeric
value or label string, often based on other cell values
(formula).

MAINTAINER=     Peter Valchev <pvalchev@toxiclinux.org>
2001-02-04 18:44:00 +00:00

22 lines
418 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/02/04 18:44:00 reinhard Exp $
DISTNAME= sc-6.21
CATEGORIES= math
NEED_VERSION= 1.352
MASTER_SITES= ftp://gatekeeper.dec.com/pub/misc/
EXTRACT_SUFX= .tar.Z
MAINTAINER= Peter Valchev <pvalchev@toxiclinux.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MAN1= sc.1 psc.1
WRKDIST= ${WRKDIR}
.include <bsd.port.mk>