Sat Dec 20 20:29:42 2008 UTC ()
Add avahi support, bump PKGREVISION.


(jmcneill)
diff -r1.4 -r1.5 pkgsrc/net/ekiga/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/net/ekiga/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/net/ekiga/Attic/Makefile 2008/11/13 23:45:47 1.4
+++ pkgsrc/net/ekiga/Attic/Makefile 2008/12/20 20:29:42 1.5
@@ -1,35 +1,45 @@ @@ -1,35 +1,45 @@
1# $NetBSD: Makefile,v 1.4 2008/11/13 23:45:47 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2008/12/20 20:29:42 jmcneill Exp $
2# 2#
3 3
4DISTNAME= ekiga-3.0.1 4DISTNAME= ekiga-3.0.1
5PKGREVISION= 2 5PKGREVISION= 3
6CATEGORIES= net comms 6CATEGORIES= net comms
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ekiga/3.0/} 7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ekiga/3.0/}
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.ekiga.org/ 11HOMEPAGE= http://www.ekiga.org/
12COMMENT= VoIP and video conferencing application for GNOME 12COMMENT= VoIP and video conferencing application for GNOME
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16USE_DIRS+= gnome2-1.5 16USE_DIRS+= gnome2-1.5
17USE_TOOLS+= gmake intltool msgfmt pkg-config 17USE_TOOLS+= gmake intltool msgfmt pkg-config
18USE_PKGLOCALEDIR= yes 18USE_PKGLOCALEDIR= yes
19 19
20CONFIGURE_ARGS+= --disable-avahi 
21CONFIGURE_ARGS+= --with-ldap-dir=${BUILDLINK_PREFIX.openldap-client:Q} 20CONFIGURE_ARGS+= --with-ldap-dir=${BUILDLINK_PREFIX.openldap-client:Q}
22 21
 22PKG_OPTIONS_VAR= PKG_OPTIONS.ekiga
 23PKG_SUPPORTED_OPTIONS+= avahi
 24PKG_SUGGESTED_OPTIONS+= avahi
 25.include "../../mk/bsd.options.mk"
 26
 27.if !empty(PKG_OPTIONS:Mavahi)
 28.include "../../net/avahi/buildlink3.mk"
 29.else
 30CONFIGURE_ARGS+= --disable-avahi
 31.endif
 32
23GCONF_SCHEMAS= ekiga.schemas 33GCONF_SCHEMAS= ekiga.schemas
24 34
25GNU_CONFIGURE= yes 35GNU_CONFIGURE= yes
26USE_LIBTOOL= yes 36USE_LIBTOOL= yes
27USE_LANGUAGES= c c++ 37USE_LANGUAGES= c c++
28 38
29.include "../../audio/esound/buildlink3.mk" 39.include "../../audio/esound/buildlink3.mk"
30.include "../../databases/openldap-client/buildlink3.mk" 40.include "../../databases/openldap-client/buildlink3.mk"
31.include "../../devel/GConf/schemas.mk" 41.include "../../devel/GConf/schemas.mk"
32.include "../../devel/SDL/buildlink3.mk" 42.include "../../devel/SDL/buildlink3.mk"
33.include "../../devel/gettext-lib/buildlink3.mk" 43.include "../../devel/gettext-lib/buildlink3.mk"
34.include "../../devel/glib2/buildlink3.mk" 44.include "../../devel/glib2/buildlink3.mk"
35.include "../../devel/libgnome/buildlink3.mk" 45.include "../../devel/libgnome/buildlink3.mk"