openbsd-ports/net/gabber/Makefile
todd 08f78ca76c Import gabber-0.8.3
gabber is a complete GNOME jabber client. Jabber is an extensible,
open source Instant Messaging system that provides advanced IM
features in a completely distributed environment.

WWW: http://gabber.sourceforge.net/

Maintainer Alexander Yurchenko <grange@rt.mipt.ru>
2002-10-28 17:22:17 +00:00

44 lines
858 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2002/10/28 17:22:17 todd Exp $
# $RuOBSD: Makefile,v 1.9 2002/10/28 16:01:41 grange Exp $
COMMENT= "GNOME jabber client"
DISTNAME= gabber-0.8.7
CATEGORIES= net x11/gnome
HOMEPAGE= http://gabber.sourceforge.net/
MAINTAINER= Alexander Yurchenko <grange@rt.mipt.ru>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gabber/}
LIB_DEPENDS= sigc.0::devel/libsigc++ gal.19::devel/gal \
gnomemm.9::x11/gnomemm
RUN_DEPENDS= :gnupg-*:security/gnupg
BUILD_DEPENDS= ${RUN_DEPENDS}
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-ipv6
NO_REGRESS= Yes
FLAVORS= xmms
FLAVOR?=
.if ${FLAVOR:L:Mxmms}
LIB_DEPENDS+= xmms.3::audio/xmms
.else
CONFIGURE_ARGS+= --disable-xmms
.endif
.include <bsd.port.mk>