pkgsrc/math/teapot/Makefile
hauke e737f05feb Newer versions of Teapot appear to expect a wide char capable ncurses.
While here, drop maintainership - I haven't used the thing in years,
and definitely not since its conversion to a CMake build (of which I
know nothing).
2017-02-20 15:03:50 +00:00

18 lines
463 B
Makefile

# $NetBSD: Makefile,v 1.6 2017/02/20 15:03:50 hauke Exp $
DISTNAME= teapot-2.3.0
PKGREVISION= 2
CATEGORIES= math
MASTER_SITES= http://www.syntax-k.de/projekte/teapot/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.syntax-k.de/projekte/teapot/
COMMENT= Curses based spread sheet program
LICENSE= gnu-gpl-v3
USE_LANGUAGES= c c++
USE_CMAKE= yes
CMAKE_ARGS+= -DENABLE_HELP=NO
.include "../../devel/ncursesw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"