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.
19 lines
478 B
Makefile
19 lines
478 B
Makefile
# $NetBSD: Makefile,v 1.10 2020/01/18 23:35:27 rillig Exp $
|
|
|
|
DISTNAME= hyphen-2.8.8
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hunspell/}
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= https://hunspell.github.io/
|
|
COMMENT= Library for high quality hyphenation and justification
|
|
LICENSE= mpl-1.1 OR gnu-lgpl-v2.1 OR gnu-gpl-v2
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gawk patch perl
|
|
GNU_CONFIGURE= yes
|
|
|
|
REPLACE_PERL= substrings.pl
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|