openbsd-ports/net/pidgin-sipe/Makefile
2013-03-21 08:45:11 +00:00

44 lines
977 B
Makefile

# $OpenBSD: Makefile,v 1.9 2013/03/21 08:46:35 ajacoutot Exp $
SHARED_ONLY = Yes
COMMENT = SIPE plugin for Pidgin
DISTNAME = pidgin-sipe-1.14.1
CATEGORIES = net
HOMEPAGE = http://sipe.sourceforge.net/
MAINTAINER = Tom Doherty <tom@singlesecond.com>
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += dbus-1 dbus-glib-1 ffi gio-2.0 glib-2.0 gmime-2.6 gmodule-2.0
WANTLIB += gobject-2.0 gthread-2.0 idn m nspr4 nss3 nssutil3 pcre
WANTLIB += plc4 plds4 purple smime3 softokn3 sqlite3 ssl3 util
WANTLIB += xml2 z pthread
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=sipe/}
LIB_DEPENDS = mail/gmime \
net/pidgin,-libpurple \
security/nss
RUN_DEPENDS = net/pidgin
MODULES = devel/gettext \
textproc/intltool
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
--enable-purple \
--disable-telepathy \
--without-vv
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>