summaryrefslogtreecommitdiff
path: root/chat/gajim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/gajim/Makefile')
-rw-r--r--chat/gajim/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/chat/gajim/Makefile b/chat/gajim/Makefile
new file mode 100644
index 00000000000..b5903f12b07
--- /dev/null
+++ b/chat/gajim/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/12/24 00:02:28 wiz Exp $
+#
+
+DISTNAME= gajim-0.14.1
+CATEGORIES= chat python
+MASTER_SITES= http://www.gajim.org/downloads/0.14/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= vsevolod@highsecure.ru
+HOMEPAGE= http://www.gajim.org/
+COMMENT= Jabber client written in PyGTK
+LICENSE= gnu-gpl-v3
+
+DEPENDS= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+DEPENDS= ${PYPKGPREFIX}-dbus-[0-9]*:../../sysutils/py-dbus
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "options.mk"
+
+USE_TOOLS+= gmake intltool pkg-config
+GNU_CONFIGURE= yes
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
+.include "../../databases/py-sqlite2/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../x11/libXScrnSaver/buildlink3.mk"
+.include "../../x11/py-gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"