9637f7852e
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.
21 lines
520 B
Makefile
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"
|