pkgsrc/textproc/gtkspell3/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

22 lines
632 B
Makefile

# $NetBSD: Makefile,v 1.7 2020/01/18 23:35:26 rillig Exp $
DISTNAME= gtkspell3-3.0.10
PKGREVISION= 2
CATEGORIES= textproc devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkspell/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://gtkspell.sourceforge.net/
COMMENT= Spell checking GtkTextView widget (v3)
LICENSE= gnu-gpl-v2
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= gtkspell-3.0.pc.in
CONFIGURE_ARGS+= --disable-gtk-doc
.include "../../textproc/enchant2/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"