2007-09-15 14:44:36 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2007/09/15 18:44:37 steven Exp $
|
2001-03-24 07:51:47 -05:00
|
|
|
|
2007-09-15 14:44:36 -04:00
|
|
|
COMMENT= curses spreadsheet-calculator program
|
2001-02-04 13:44:00 -05:00
|
|
|
|
2006-05-28 17:21:51 -04:00
|
|
|
DISTNAME= sc-7.16
|
2001-02-04 13:44:00 -05:00
|
|
|
CATEGORIES= math
|
|
|
|
|
2002-08-05 20:45:16 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/financial/spreadsheet/}
|
2001-02-04 13:44:00 -05:00
|
|
|
|
2001-05-09 19:26:16 -04:00
|
|
|
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
2001-02-04 13:44:00 -05:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2006-05-28 17:21:51 -04:00
|
|
|
WANTLIB= c curses m termcap
|
2001-02-04 13:44:00 -05:00
|
|
|
|
|
|
|
MAN1= sc.1 psc.1
|
|
|
|
|
2001-11-18 02:41:46 -05:00
|
|
|
NO_REGRESS= Yes
|
2001-02-04 13:44:00 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|