22 lines
400 B
Makefile
22 lines
400 B
Makefile
# $OpenBSD: Makefile,v 1.15 2013/03/11 11:23:56 espie Exp $
|
|
|
|
COMMENT= curses spreadsheet-calculator program
|
|
|
|
DISTNAME= sc-7.16
|
|
REVISION= 2
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/financial/spreadsheet/}
|
|
|
|
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
|
|
|
# Public Domain
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c curses m termcap
|
|
|
|
USE_GROFF= Yes
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|