17 lines
260 B
Makefile
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>
|