pkgsrc/textproc/gtkspell/Makefile
adam c9b82d8a3f Changes 2.0.8:
* Fix how the GtkTextTag is created to work with shared tag tables.
* Additional translation (see po/ChangeLog).

Changes 2.0.7:
* Activating the menu through a keybinding now properly checks the
  word currently under the cursor.
* Prevent the trampling on an application's textdomain (Stu Tomlinson).
* Additional translations (see po/ChangeLog).

Changes 2.0.6:
* Use new PANGO_UNDERLINE_ERROR style when available to highlight
  misspelled words with squiggly red underline.
* Internationalize with GNU Gettext. All five strings now translatable.
  Thanks to Adriano Del Vigna de Almeida <katmandu@fs.inf.br>
* New po/ChangeLog to track translation additions/updates.
2004-12-03 12:39:05 +00:00

28 lines
809 B
Makefile

# $NetBSD: Makefile,v 1.17 2004/12/03 12:39:05 adam Exp $
DISTNAME= gtkspell-2.0.8
CATEGORIES= textproc devel
MASTER_SITES= http://gtkspell.sourceforge.net/download/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://gtkspell.sourceforge.net/
COMMENT= Spell checking GtkTextView widget
USE_BUILDLINK3= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_X11= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= gtkspell-2.0.pc.in
SUBST_CLASSES+= subdir
SUBST_MESSAGE.subdir= "Excluding unnecessary subdirs."
SUBST_STAGE.subdir= post-patch
SUBST_FILES.subdir= Makefile.in
SUBST_SED.subdir= -e 's|SUBDIRS = gtkspell examples docs|SUBDIRS = gtkspell|'
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../textproc/aspell/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"