ports/math/sc/Makefile

17 lines
260 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>