pkgsrc/textproc/gtkspell/Makefile

27 lines
794 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.25 2005/08/10 20:56:24 jlam Exp $
DISTNAME= gtkspell-2.0.11
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_TOOLS+= pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= gtkspell-2.0.pc.in
Update gtkspell to 2.0.5. The docs directory was excluded from buildling because it requirs gtk-doc. Approved by wiz@. Changes since 2.0.2: * Don't check numeric words. Combined with word breaking changes recently committed to Pango, this will handle all letter-number combinations nicely. * "Add to Dictionary" now actually adds to personal dictionary. * New "Ignore All" menuitem to add a word to the current session. * Updates of autogen.sh and conifgure.ac to use newer autoconf/automake/libtool. * Change behavior on a right click so that cutting/copying with the mouse works again. * Add deferred checking: make the misspelled word highlighting work like other apps and delay checking the current word until the cursor exits it. * gtkspell.spec.in: Typo fix. * Conditionally use Aspell if it's available, otherwise fall back to Pspell (Ramon Medina). * docs/ directory and beginning documentation added. * 2.0.3 released. * gtkspell.c: Hack around Pango wordbreaking bug (also logged with their developers at: http://bugzilla.gnome.org/show_bug.cgi?id=97545 ). * gtkspell.spec.in: RPM .spec file template. From Alex <hansolo@rochester.rr.com>. * configure.ac: Generate gtkspell.spec from gtkspell.spec.in. * README: Add Ari and Alex to a "Thanks" section. * configure.ac: Check for libpspell earlier and die if we don't find it. Prerequire autoconf 2.52. * gtkspell/Makefile.am, examples/Makefile.am: Set CFLAGS instead of foo_CFLAGS (why does the old way not work anymore?). * autogen.sh: Don't automatically run configure.
2004-02-09 19:26:06 +01:00
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|'
2005-03-16 17:25:35 +01:00
.include "../../devel/pango/buildlink3.mk"
.include "../../textproc/aspell/buildlink3.mk"
2004-02-14 19:04:39 +01:00
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"