1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/net-im/folks/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

48 lines
1.3 KiB
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= folks
PORTVERSION= 0.11.1
CATEGORIES= net-im
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= library to aggregates people from multiple sources
BUILD_DEPENDS= vapigen:lang/vala
LIB_DEPENDS= libgee-0.8.so:devel/libgee \
libgcr-3.so:security/gcr \
libzeitgeist-2.0.so:sysutils/zeitgeist \
libtelepathy-glib.so:net-im/telepathy-glib
CONFLICTS= folks-0.4.[0-9]*
USE_LDCONFIG= yes
USES= gettext libtool gmake pathfix pkgconfig tar:xz
USE_GNOME= evolutiondataserver3 intlhack introspection:build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-bluez-backend
CPPFLAGS+= -I${LOCALBASE}/include -Wno-error=deprecated-declarations
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.freedesktop.folks.gschema.xml
PLIST_SUB= LIBVER=25 VERSION=43 LIBVERLONG=25.18.1
OPTIONS_SUB= yes
OPTIONS_DEFINE= SOCIALWEB TRACKER
OPTIONS_DEFAULT=SOCIALWEB TRACKER
SOCIALWEB_DESC= Social web backend
TRACKER_DESC= Tracker backend
SOCIALWEB_CONFIGURE_ENABLE= libsocialweb-backend
SOCIALWEB_LIB_DEPENDS= libsocialweb.so:www/libsocialweb
TRACKER_CONFIGURE_ENABLE= tracker-backend
TRACKER_LIB_DEPENDS= libtracker-control-1.0.so:sysutils/tracker
post-patch:
@${REINPLACE_CMD} -e 's|--fatal-warnings||g' \
${WRKSRC}/configure
.include <bsd.port.mk>