2010-10-01 06:55:10 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.41 2010/10/01 10:55:10 ajacoutot Exp $
|
2006-06-05 03:55:19 -04:00
|
|
|
|
2005-10-20 00:20:27 -04:00
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= jabber client written in pygtk
|
2010-09-15 01:39:15 -04:00
|
|
|
DISTNAME= gajim-0.14
|
2005-10-20 00:20:27 -04:00
|
|
|
CATEGORIES= net x11
|
2007-09-23 14:50:24 -04:00
|
|
|
|
2010-10-01 06:55:10 -04:00
|
|
|
REVISION= 0
|
|
|
|
|
2010-09-15 01:39:15 -04:00
|
|
|
MASTER_SITES= ${HOMEPAGE}/downloads/0.14/
|
2005-10-20 00:20:27 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.gajim.org/
|
|
|
|
|
2009-01-19 03:07:13 -05:00
|
|
|
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
|
|
|
|
|
2009-01-13 06:40:20 -05:00
|
|
|
# GPLv3 only
|
2005-10-20 00:20:27 -04:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
|
2007-05-06 15:09:24 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
2009-04-26 07:01:04 -04:00
|
|
|
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
|
2007-05-06 15:09:24 -04:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2009-12-10 10:44:25 -05:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
2007-01-13 14:40:47 -05:00
|
|
|
|
2006-01-20 03:39:12 -05:00
|
|
|
USE_X11= Yes
|
2005-10-20 00:20:27 -04:00
|
|
|
USE_GMAKE= Yes
|
2007-04-01 16:55:29 -04:00
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
2005-10-20 00:20:27 -04:00
|
|
|
|
2010-09-15 01:39:15 -04:00
|
|
|
MODULES= lang/python \
|
2008-06-03 02:59:25 -04:00
|
|
|
textproc/intltool
|
2005-10-20 00:20:27 -04:00
|
|
|
|
2008-06-03 02:59:25 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2009-01-03 16:27:25 -05:00
|
|
|
RUN_DEPENDS= ::databases/py-sqlite2 \
|
2007-09-23 14:50:24 -04:00
|
|
|
::devel/desktop-file-utils \
|
|
|
|
::net/py-dns \
|
|
|
|
:dbus-python-*:x11/dbus-python \
|
2009-01-19 03:07:13 -05:00
|
|
|
::x11/py-gtk2 \
|
2009-01-21 09:41:46 -05:00
|
|
|
::security/py-openssl \
|
2009-06-05 18:23:33 -04:00
|
|
|
::security/py-crypto \
|
2010-03-29 03:52:26 -04:00
|
|
|
:avahi-gtk-*:net/avahi,-gtk,no_mono,no_qt3,no_qt4 \
|
2010-09-15 01:39:15 -04:00
|
|
|
::textproc/gtkspell \
|
|
|
|
::net/farsight2
|
2005-10-20 00:20:27 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|