openbsd-ports/net/gajim/Makefile
gonzalo 759daff886 Update for Gajim to 0.15.2:
* Show punycode encoded urls if they contain non-ascii chars
   * Fix crash when pressing Esc in chat window
   * Support Network Manager 0.9
   * decrypt GPG messages in the correct order

While here GROFF is not needed.

Ok pea@ (maintainer)
2013-01-20 23:59:44 +00:00

47 lines
981 B
Makefile

# $OpenBSD: Makefile,v 1.57 2013/01/20 23:59:44 gonzalo Exp $
SHARED_ONLY= Yes
COMMENT= jabber client written in pygtk
DISTNAME= gajim-0.15.2
CATEGORIES= net x11
MASTER_SITES= ${HOMEPAGE}/downloads/0.15/
HOMEPAGE= http://www.gajim.org/
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
# GPLv3 only
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
USE_GMAKE= Yes
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag=disable-static
MODULES= lang/python \
textproc/intltool
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= databases/py-sqlite2 \
devel/desktop-file-utils \
net/py-dns \
x11/dbus-python \
x11/py-gtk2 \
security/py-openssl \
security/py-crypto \
net/avahi,-gui,no_mono,no_qt3,no_qt4 \
textproc/gtkspell \
devel/py-notify \
x11/gtk+2,-guic
.include <bsd.port.mk>