openbsd-ports/math/sc/Makefile
2022-03-11 19:36:11 +00:00

17 lines
260 B
Makefile

COMMENT= curses spreadsheet-calculator program
DISTNAME= sc-7.16
REVISION= 6
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/financial/spreadsheet/}
# Public Domain
PERMIT_PACKAGE= Yes
WANTLIB += c curses m
NO_TEST= Yes
.include <bsd.port.mk>