2013-03-11 11:35:43 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.58 2013/03/11 11:35:47 espie Exp $
|
2006-06-05 07:55:19 +00:00
|
|
|
|
2005-10-20 04:20:27 +00:00
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= jabber client written in pygtk
|
2013-01-20 23:59:44 +00:00
|
|
|
DISTNAME= gajim-0.15.2
|
2005-10-20 04:20:27 +00:00
|
|
|
CATEGORIES= net x11
|
2007-09-23 18:50:24 +00:00
|
|
|
|
2012-03-28 12:37:05 +00:00
|
|
|
MASTER_SITES= ${HOMEPAGE}/downloads/0.15/
|
2005-10-20 04:20:27 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.gajim.org/
|
|
|
|
|
2009-01-19 08:07:13 +00:00
|
|
|
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
|
|
|
|
|
2009-01-13 11:40:20 +00:00
|
|
|
# GPLv3 only
|
2005-10-20 04:20:27 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2007-05-06 19:09:24 +00:00
|
|
|
CONFIGURE_STYLE=gnu
|
2009-04-26 11:01:04 +00:00
|
|
|
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
|
2007-05-06 19:09:24 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2012-09-30 14:28:43 +00:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
2007-01-13 19:40:47 +00:00
|
|
|
|
2005-10-20 04:20:27 +00:00
|
|
|
USE_GMAKE= Yes
|
2007-04-01 20:55:29 +00:00
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
2005-10-20 04:20:27 +00:00
|
|
|
|
2010-09-15 05:39:15 +00:00
|
|
|
MODULES= lang/python \
|
2008-06-03 06:59:25 +00:00
|
|
|
textproc/intltool
|
2005-10-20 04:20:27 +00:00
|
|
|
|
2008-06-03 06:59:25 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-19 22:31:32 +00:00
|
|
|
RUN_DEPENDS= databases/py-sqlite2 \
|
|
|
|
devel/desktop-file-utils \
|
|
|
|
net/py-dns \
|
|
|
|
x11/dbus-python \
|
|
|
|
x11/py-gtk2 \
|
|
|
|
security/py-openssl \
|
|
|
|
security/py-crypto \
|
2011-09-13 08:00:02 +00:00
|
|
|
net/avahi,-gui,no_mono,no_qt3,no_qt4 \
|
2010-11-19 22:31:32 +00:00
|
|
|
textproc/gtkspell \
|
2011-12-03 23:04:36 +00:00
|
|
|
devel/py-notify \
|
|
|
|
x11/gtk+2,-guic
|
2005-10-20 04:20:27 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|