openbsd-ports/math/sc/Makefile
naddy 419a7f5550 Fix missing return values, missing prototypes, missing includes; for clang.
Also fix numerous harmless warnings since they drown out the important ones.
Fix code bugs revealed in the process.
2017-05-12 20:27:25 +00:00

21 lines
385 B
Makefile

# $OpenBSD: Makefile,v 1.18 2017/05/12 20:27:25 naddy Exp $
COMMENT= curses spreadsheet-calculator program
DISTNAME= sc-7.16
REVISION= 4
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/financial/spreadsheet/}
MAINTAINER= Peter Valchev <pvalchev@sightly.net>
# Public Domain
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c curses m termcap
NO_TEST= Yes
.include <bsd.port.mk>