2013-03-11 11:20:26 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2013/03/11 11:23:56 espie Exp $
|
2001-03-24 12:51:47 +00:00
|
|
|
|
2007-09-15 18:44:36 +00:00
|
|
|
COMMENT= curses spreadsheet-calculator program
|
2001-02-04 18:44:00 +00:00
|
|
|
|
2006-05-28 21:21:51 +00:00
|
|
|
DISTNAME= sc-7.16
|
2011-06-26 09:48:50 +00:00
|
|
|
REVISION= 2
|
2001-02-04 18:44:00 +00:00
|
|
|
CATEGORIES= math
|
|
|
|
|
2002-08-06 00:45:16 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/financial/spreadsheet/}
|
2001-02-04 18:44:00 +00:00
|
|
|
|
2001-05-09 23:26:16 +00:00
|
|
|
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
2001-02-04 18:44:00 +00:00
|
|
|
|
2011-06-25 15:36:08 +00:00
|
|
|
# Public Domain
|
2001-02-04 18:44:00 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2011-06-26 09:48:50 +00:00
|
|
|
WANTLIB += c curses m termcap
|
|
|
|
|
|
|
|
USE_GROFF= Yes
|
2013-03-11 11:20:26 +00:00
|
|
|
NO_TEST= Yes
|
2001-02-04 18:44:00 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|