blob: 182617234ff89c75c808770b3bef4e35a8dc6b1d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/deskutils/gnome-contacts/Makefile 18393 2013-04-26 21:23:07Z kwm $
PORTNAME= gnome-contacts
PORTVERSION= 3.4.1
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
USE_GMAKE= yes
USES= gettext 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>
|