version 2.0.14 (2008-08-15): * Additional translations (see po/ChangeLog). * Changed bug reporting address at configure.ac:AC_INIT * undo/redo in the calling application (Liviu Andronic) * gtkspell_get_suggestions_menu() (Liviu Andronic)
23 lines
682 B
Makefile
23 lines
682 B
Makefile
# $NetBSD: Makefile,v 1.34 2008/09/06 14:32:46 wiz Exp $
|
|
|
|
DISTNAME= gtkspell-2.0.14
|
|
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"
|