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.
16 lines
364 B
Makefile
16 lines
364 B
Makefile
# $NetBSD: Makefile,v 1.8 2020/01/18 23:33:03 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= m17n-docs-1.5.5
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.m17n.org/m17n-lib-download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.nongnu.org/m17n/
|
|
COMMENT= Documents for the m17n library
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|