pkgsrc/textproc/gtkspell/Makefile
wiz 2a9efacb87 Update to 2.0.15:
version 2.0.15 (2008-12-01):
	* Additional translations (see po/ChangeLog).
	* Add missing G_BEGIN_DECLS/G_END_DECLS for C++ support
	* Fix feature request #2101451 by removing the sub-menu
	  of the context menu as any other in-line spell checker does.
	* Fix feature request #1523881, #1643622 and #2054637
	  by adding a Language selector sub-menu.
	* Fix feature request #1362304 by fixing docs/Makefile.am
	  to install gtkspell.devhelp so that it shows in devhelp
2008-12-06 18:17:48 +00:00

23 lines
682 B
Makefile

# $NetBSD: Makefile,v 1.35 2008/12/06 18:17:48 wiz Exp $
DISTNAME= gtkspell-2.0.15
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
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= gtkspell-2.0.pc.in
.include "../../devel/pango/buildlink3.mk"
.include "../../textproc/enchant/buildlink3.mk"
.include "../../textproc/gtk-doc/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"