mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
17 lines
247 B
Makefile
17 lines
247 B
Makefile
COMMENT= curses spreadsheet-calculator program
|
|
|
|
DISTNAME= sc-7.16
|
|
REVISION= 6
|
|
CATEGORIES= math
|
|
|
|
SITES= ${SITE_SUNSITE:=apps/financial/spreadsheet/}
|
|
|
|
# Public Domain
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c curses m
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|