19 lines
321 B
Makefile
19 lines
321 B
Makefile
# $OpenBSD: Makefile,v 1.21 2019/07/12 20:47:46 sthen Exp $
|
|
|
|
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>
|