pkgsrc/textproc/diction/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
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.
2020-01-18 23:30:43 +00:00

25 lines
576 B
Makefile

# $NetBSD: Makefile,v 1.17 2020/01/18 23:35:25 rillig Exp $
DISTNAME= diction-1.13
CATEGORIES= textproc
MASTER_SITES= http://www.moria.de/~michael/diction/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.gnu.org/software/diction/diction.html
COMMENT= GNU version of diction and style
LICENSE= gnu-gpl-v3
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= yes
USE_TOOLS+= gmake msgfmt
USE_FEATURES+= getopt_long regcomp snprintf
LIBS.SunOS+= -lintl
.include "options.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"