blob: 84e826995b5732f3ad5bc8ec177ddcea5a28e16c (
plain) (
tree)
|
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/deskutils/gnome-contacts/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= gnome-contacts
PORTVERSION= 3.6.2
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
MAINTAINER= kwm@FreeBSD.org
COMMENT= Contacts manager for gnome
BUILD_DEPENDS= vala>=0.14.0:${PORTSDIR}/lang/vala
LIB_DEPENDS= goa-1.0:${PORTSDIR}/net/gnome-online-accounts \
folks.25:${PORTSDIR}/net-im/folks \
notify:${PORTSDIR}/devel/libnotify
USE_XZ= yes
USE_GNOME= intlhack gtk30 gnomedesktop3 evolutiondataserver3
USES= gettext gmake pathfix pkgconfig
USE_PERL5= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GLIB_SCHEMAS= org.gnome.Contacts.gschema.xml
.include <bsd.port.mk>
|