summaryrefslogtreecommitdiff
path: root/editors/gobby/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-11-04 10:06:25 +0000
committerrillig <rillig@pkgsrc.org>2007-11-04 10:06:25 +0000
commit01df2a93670f10f69ee5bd1502d5d42c1e2719fe (patch)
tree2b63a9ddc113f3286d8d96eb5286753d295e05a0 /editors/gobby/Makefile
parent553005c040006cf457246811224fea5458c7d838 (diff)
downloadpkgsrc-01df2a93670f10f69ee5bd1502d5d42c1e2719fe.tar.gz
Imported gobby.
Gobby is a free collaborative editor. This means that it provides you with the possibility to edit files simultaneously with other users over a network. It supports multiple documents in one session and a multi-user chat. The platforms on which you could use Gobby are so far Microsoft Windows, Linux, Mac OS X and other Unix-like ones. Developed with the Gtk+ toolkit it integrates nicely into the GNOME desktop environment if you want it to.
Diffstat (limited to 'editors/gobby/Makefile')
-rw-r--r--editors/gobby/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile
new file mode 100644
index 00000000000..de9a3a5004c
--- /dev/null
+++ b/editors/gobby/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/11/04 10:06:25 rillig Exp $
+#
+
+DISTNAME= gobby-0.4.5
+CATEGORIES= editors
+MASTER_SITES= http://releases.0x539.de/gobby/
+
+MAINTAINER= rillig@NetBSD.org
+HOMEPAGE= http://gobby.0x539.de/
+COMMENT= Collaborative Editor
+
+GNU_CONFIGURE= yes
+USE_PKGLOCALEDIR= yes
+USE_LANGUAGES= c c++
+USE_TOOLS= pkg-config
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/glibmm/buildlink3.mk"
+.include "../../devel/libsigc++/buildlink3.mk"
+.include "../../editors/obby/buildlink3.mk"
+.include "../../net/howl/buildlink3.mk"
+.include "../../net/net6/buildlink3.mk"
+.include "../../security/gnutls/buildlink3.mk"
+.include "../../textproc/libxml++/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/gtkmm/buildlink3.mk"
+.include "../../x11/gtksourceview/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"