- regen WANTLIB ok sthen@ ports is unlocked for a while only for those who have been informed. if I DID NOT MAIL YOU, DO NOT COMMIT!
73 lines
2.2 KiB
Makefile
73 lines
2.2 KiB
Makefile
# $OpenBSD: Makefile,v 1.30 2010/02/23 20:08:04 jasper Exp $
|
|
|
|
COMMENT= Jabber client for the GNOME desktop
|
|
|
|
GNOME_PROJECT= gossip
|
|
GNOME_VERSION= 0.31
|
|
PKGNAME= ${DISTNAME}p17
|
|
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://live.gnome.org/Gossip/
|
|
|
|
# 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
|
|
WANTLIB += Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr
|
|
WANTLIB += Xrender Xss art_lgpl_2 asn1 atk-1.0 avahi-client avahi-common
|
|
WANTLIB += avahi-glib bonobo-2 bonobo-activation bonoboui-2 c
|
|
WANTLIB += cairo com_err crypto dbus-1 dbus-glib-1 expat fontconfig
|
|
WANTLIB += freetype gailutil gcrypt gdk-x11-2.0 gdk_pixbuf-2.0
|
|
WANTLIB += gio-2.0 glade-2.0 glib-2.0 glitz gmodule-2.0 gnome-2
|
|
WANTLIB += gnome-keyring gnomecanvas-2 gnomeui-2 gnomevfs-2 gnutls
|
|
WANTLIB += gobject-2.0 gpg-error gssapi gthread-2.0 gtk-x11-2.0
|
|
WANTLIB += krb5 m nspr4 nss3 pango-1.0 pangocairo-1.0 pangoft2-1.0
|
|
WANTLIB += pcre pixman-1 plc4 plds4 png popt pthread pthread-stubs
|
|
WANTLIB += smime3 softokn3 soup-2.4 sqlite3 ssl ssl3 tasn1 util
|
|
WANTLIB += xcb xml2 z
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome \
|
|
devel/gconf2
|
|
|
|
BUILD_DEPENDS= ::x11/gnome/doc-utils
|
|
LIB_DEPENDS= camel-1.2,ebook-1.2,edataserver-1.2::databases/evolution-data-server \
|
|
idn.>=16::devel/libidn \
|
|
notify::devel/libnotify \
|
|
loudmouth-1.>=3::net/loudmouth \
|
|
panel-applet-2::x11/gnome/panel
|
|
RUN_DEPENDS= ::devel/iso-codes \
|
|
::x11/hicolor-icon-theme
|
|
|
|
USE_X11= Yes
|
|
DESKTOP_FILES= Yes
|
|
MODGCONF2_SCHEMAS_DIR= gossip
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
--enable-dbus \
|
|
--enable-gnome-keyring \
|
|
--enable-ebook \
|
|
--disable-scrollkeeper \
|
|
--disable-galago \
|
|
--disable-telepathy \
|
|
--disable-aspell
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/gossip
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gossip/sound/events
|
|
${INSTALL_DATA} ${WRKSRC}/src/sounds/gossip.soundlist \
|
|
${PREFIX}/share/examples/gossip/sound/events
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}/gnome"
|