openbsd-ports/math/sc/Makefile

25 lines
474 B
Makefile
Raw Normal View History

2002-03-21 16:09:16 -05:00
# $OpenBSD: Makefile,v 1.5 2002/03/21 21:09:18 espie Exp $
COMMENT= "curses spreadsheet-calculator program"
DISTNAME= sc-6.21
CATEGORIES= math
2002-03-21 16:09:16 -05:00
NEED_VERSION= 1.515
MASTER_SITES= ftp://gatekeeper.dec.com/pub/misc/
EXTRACT_SUFX= .tar.Z
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MAN1= sc.1 psc.1
WRKDIST= ${WRKDIR}
2001-11-18 02:41:46 -05:00
NO_REGRESS= Yes
.include <bsd.port.mk>