openbsd-ports/math/sc/Makefile

23 lines
456 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2007/09/15 18:44:37 steven Exp $
COMMENT= curses spreadsheet-calculator program
2006-05-28 17:21:51 -04:00
DISTNAME= sc-7.16
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/financial/spreadsheet/}
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2006-05-28 17:21:51 -04:00
WANTLIB= c curses m termcap
MAN1= sc.1 psc.1
2001-11-18 02:41:46 -05:00
NO_REGRESS= Yes
.include <bsd.port.mk>