pkgsrc/math/teapot/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

21 lines
520 B
Makefile

# $NetBSD: Makefile,v 1.8 2020/01/26 17:31:41 rillig 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= https://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
CFLAGS.SunOS+= -D__EXTENSIONS__
LDFLAGS.SunOS+= -lnsl
.include "../../devel/ncursesw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"