b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
20 lines
425 B
Makefile
20 lines
425 B
Makefile
# $NetBSD: Makefile,v 1.27 2020/01/18 23:32:01 rillig Exp $
|
|
|
|
DISTNAME= gnugo-3.8
|
|
PKGREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gnugo/}
|
|
|
|
MAINTAINER= bad@NetBSD.org
|
|
HOMEPAGE= https://www.gnu.org/software/gnugo/
|
|
COMMENT= Go playing program
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= yes
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/termcap.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|