Edit

IABSD.fr/ports/net/pidgin-sipe/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-03-09 21:04:17
    Hash : 24d31d58
    Message : doesn't use sqlite; sync WANTLIB/LDEPs

  • net/pidgin-sipe/Makefile
  • BROKEN-hppa =	-Werror + sip-csta.c:707: warning: cast increases required alignment of target type
    
    COMMENT =		SIPE plugin for Pidgin
    
    DISTNAME =		pidgin-sipe-1.25.0
    REVISION =		1
    
    CATEGORIES =		net
    
    HOMEPAGE =		https://sipe.sourceforge.io/
    
    MAINTAINER =		Tom Doherty <tom@singlesecond.com>
    
    # GPLv2+
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += assuan crypto dbus-1 dbus-glib-1 ffi
    WANTLIB += gio-2.0 glib-2.0 gmime-3.0 gmodule-2.0 gobject-2.0
    WANTLIB += gpg-error gpgme gthread-2.0 iconv idn idn2 intl
    WANTLIB += m nspr4 nss3 nssutil3 pcre2-8 plc4 plds4 pthread purple
    WANTLIB += smime3 ssl3 unistring xml2 z
    
    SITES =			${SITE_SOURCEFORGE:=sipe/}
    
    LIB_DEPENDS =		mail/gmime30 \
    			net/pidgin,-libpurple \
    			security/nss
    RUN_DEPENDS =		net/pidgin
    
    MODULES =		textproc/intltool
    
    USE_GMAKE =		Yes
    
    CONFIGURE_STYLE =	gnu
    CONFIGURE_ARGS +=	--enable-purple \
    			--enable-openssl \
    			--enable-nss \
    			--disable-telepathy \
    			--without-vv
    CONFIGURE_ENV +=	CPPFLAGS="-I${LOCALBASE}/include" \
    			LDFLAGS="-L${LOCALBASE}/lib"
    
    .include <bsd.port.mk>