openbsd-ports/net/gajim/Makefile
pea 0b3fa68ccb Add py-crypto to run_depends.
Spotted by Simon Kuhnle, thanks !
ok jasper@
2009-01-21 14:41:46 +00:00

54 lines
1.4 KiB
Makefile

# $OpenBSD: Makefile,v 1.28 2009/01/21 14:41:46 pea Exp $
SHARED_ONLY= Yes
COMMENT= jabber client written in pygtk
DISTNAME= gajim-0.12.1
PKGNAME= ${DISTNAME}p1
CATEGORIES= net x11
MASTER_SITES= ${HOMEPAGE}/downloads/
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= PYTHON=${MODPY_BIN} \
CFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-gtkspell
USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag=disable-static
MODULES= devel/gettext \
lang/python \
textproc/intltool
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= gtkspell::textproc/gtkspell
RUN_DEPENDS= ::databases/py-sqlite2 \
::devel/desktop-file-utils \
::net/py-dns \
:dbus-python-*:x11/dbus-python \
::x11/py-gtk2 \
::security/py-openssl \
::security/py-crypto
WANTLIB= X11 Xcomposite Xdamage Xext Xss Xrender fontconfig freetype \
m z atk-1.0.>=1011.0 cairo gio-2.0 gdk-x11-2.0.>=600.0 pcre \
gdk_pixbuf-2.0.>=600.0 glib-2.0.>=600.0 gmodule-2.0.>=600.0 \
gobject-2.0.>=600.0 gtk-x11-2.0.>=600.0 pango-1.0.>=800.0 \
pangocairo-1.0 pangoft2-1.0 png glitz Xau Xdmcp expat \
Xcursor Xfixes Xi Xinerama Xrandr enchant pixman-1 stdc++
.include <bsd.port.mk>