2009-01-20 18:13:30 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2009/01/20 23:13:30 ajacoutot Exp $
|
2008-05-21 10:15:29 -04:00
|
|
|
|
|
|
|
COMMENT= SIP and H.323 compatible conferencing application
|
|
|
|
|
|
|
|
GNOME_PROJECT= ekiga
|
|
|
|
GNOME_VERSION= 2.0.12
|
2009-01-20 18:13:30 -05:00
|
|
|
PKGNAME= ${DISTNAME}p8
|
2008-05-21 10:15:29 -04:00
|
|
|
|
|
|
|
CATEGORIES= net multimedia
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.ekiga.org/
|
|
|
|
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \
|
|
|
|
Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr \
|
2009-01-20 18:13:30 -05:00
|
|
|
Xrender art_lgpl_2 asn1 atk-1.0 bonobo-2 \
|
2009-01-17 09:14:14 -05:00
|
|
|
bonobo-activation bonoboui-2 c cairo com_err crypto \
|
2009-01-20 18:13:30 -05:00
|
|
|
dbus-1 dbus-glib-1 expat fontconfig freetype \
|
2008-05-21 10:15:29 -04:00
|
|
|
gailutil gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \
|
|
|
|
glitz gmodule-2.0 gnome-2 gnome-keyring gnomecanvas-2 \
|
|
|
|
gnomevfs-2 gobject-2.0 gssapi gthread-2.0 gtk-x11-2.0 \
|
2009-01-17 09:14:14 -05:00
|
|
|
krb5 m nspr4 nss3 pango-1.0 pangocairo-1.0 \
|
2008-06-02 13:58:23 -04:00
|
|
|
pangoft2-1.0 pcre pixman-1 plc4 plds4 png popt pt pthread \
|
2009-01-17 09:14:14 -05:00
|
|
|
smime3 softokn3 ssl ssl3 stdc++ usbhid util xml2 z \
|
|
|
|
gio-2.0 sndio soup-2.4 sqlite3
|
2008-05-21 10:15:29 -04:00
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
|
|
|
x11/gnome
|
|
|
|
|
2008-12-17 13:47:57 -05:00
|
|
|
BUILD_DEPENDS= ::textproc/rarian \
|
2008-05-21 10:15:29 -04:00
|
|
|
::x11/gnome/doc-utils
|
2008-12-17 13:47:57 -05:00
|
|
|
RUN_DEPENDS= ::textproc/rarian
|
2008-05-26 02:59:41 -04:00
|
|
|
LIB_DEPENDS= gnomeui-2.>=2000::x11/gnome/libgnomeui \
|
2008-05-21 10:15:29 -04:00
|
|
|
opal::net/opal \
|
|
|
|
SDL.>=8::devel/sdl \
|
|
|
|
camel-1.2.>=10,ebook-1.2,edataserver-1.2::databases/evolution-data-server
|
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
DESKTOP_FILES= Yes
|
|
|
|
MODGNOME_HELP_FILES=Yes
|
|
|
|
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2008-05-22 15:31:09 -04:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread"
|
2008-05-21 10:15:29 -04:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
|
|
--enable-dbus \
|
|
|
|
--disable-schemas-install \
|
|
|
|
--disable-scrollkeeper \
|
|
|
|
--disable-avahi \
|
|
|
|
--with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/ekiga \
|
|
|
|
--with-pwlib-dir=${LOCALBASE} \
|
|
|
|
--with-opal-dir=${LOCALBASE}
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@perl -pi -e 's,G_GNUC_UNUSED,,g' \
|
|
|
|
${WRKSRC}/src/components/{dbus_stub.h,dbus-helper-stub.h}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|