pkgsrc/textproc/gtkspell/Makefile
wiz 7259211fce gtkspell: fix build
Latest gtk-doc does not provide gtkdoc-mktmpl. Use documentation
that is coming with the package instead of rebuilding it.

Set LICENSE.

Bump PKGREVISION.
2017-10-17 08:34:24 +00:00

23 lines
670 B
Makefile

# $NetBSD: Makefile,v 1.64 2017/10/17 08:34:24 wiz Exp $
DISTNAME= gtkspell-2.0.16
PKGREVISION= 25
CATEGORIES= textproc devel
MASTER_SITES= http://gtkspell.sourceforge.net/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gtkspell.sourceforge.net/
COMMENT= Spell checking GtkTextView widget
LICENSE= gnu-gpl-v2
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= gtkspell-2.0.pc.in
CONFIGURE_ARGS+= --disable-gtk-doc
.include "../../devel/pango/buildlink3.mk"
.include "../../textproc/enchant/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"