summaryrefslogtreecommitdiff
path: root/textproc/gnome-spell/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-14 21:43:51 +0000
committerminskim <minskim@pkgsrc.org>2004-02-14 21:43:51 +0000
commitdc1fe13c156cf86a8738f3178fd17a3c1f4c3fbf (patch)
treebb8b45938fab89d17a3b958fdd2f45676b907c8a /textproc/gnome-spell/Makefile
parentf69a538c9644d0095f7f6e23f00cd939718560b4 (diff)
downloadpkgsrc-dc1fe13c156cf86a8738f3178fd17a3c1f4c3fbf.tar.gz
Import gnome-spell-1.0.5 from pkgsrc-wip. Provided by Brian
A. Seklecki, and modified by me. A widget written by Ximian for Evolution. Spell-check-as-you-type functionality similar to textproc/gtkspell (as featured in chat/gaim, news/pan, mail/evolution, and misc/openoffice).
Diffstat (limited to 'textproc/gnome-spell/Makefile')
-rw-r--r--textproc/gnome-spell/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/textproc/gnome-spell/Makefile b/textproc/gnome-spell/Makefile
new file mode 100644
index 00000000000..30997cb1eec
--- /dev/null
+++ b/textproc/gnome-spell/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/14 21:43:51 minskim Exp $
+
+DISTNAME= gnome-spell-1.0.5
+CATEGORIES= textproc gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-spell/1.0/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.gnome.org/
+COMMENT= Spell checking as you type like gtkspell
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK3= YES
+USE_PKGLOCALEDIR= YES
+USE_GNU_TOOLS+= make
+USE_LIBTOOL= YES
+
+.include "../../net/ORBit2/buildlink3.mk"
+.include "../../devel/libbonobo/buildlink3.mk"
+.include "../../devel/libbonoboui/buildlink3.mk"
+.include "../../devel/libglade2/buildlink3.mk"
+.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../textproc/aspell/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"