summaryrefslogtreecommitdiffstats
path: root/deskutils/gnome-contacts/Makefile
blob: 3d01081b370eec6323a2eff1abc9497059605bcc (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
30
31
32
# New ports collection makefile for:   gnome-contacts
# Date Created:         17 Okt 2011
# Whom:             Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   gnome-contacts
PORTVERSION=    3.2.0.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.0:${PORTSDIR}/net/gnome-online-accounts \
        folks.27:${PORTSDIR}/net-im/folks \
        notify.4:${PORTSDIR}/devel/libnotify

USE_XZ=     yes
USE_GNOME=  gnomehack intlhack gtk30 gnomedesktop3 evolutiondataserver3
USE_GMAKE=  yes
USE_GETTEXT=    yes
USE_PERL5=  yes
GNU_CONFIGURE=  yes
#USE_LDCONFIG=  yes
#CONFIGURE_ARGS=    --disable-gtk-doc \
CPPFLAGS=   -I${LOCALBASE}/include
LDFLAGS=    -L${LOCALBASE}/lib

.include <bsd.port.mk>