aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/gnome-calendar/Makefile
blob: 76f03ac678b66fcf0293bdfae84d3b66c29e531a (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
33
34
35
36
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$

PORTNAME=   gnome-calendar
PORTVERSION=    3.24.2
CATEGORIES= deskutils gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Simple and beatiful calendar application for GNOME

LICENSE=    GPLv3
LICENSE_FILE=   ${WRKSRC}/COPYING

PORTSCOUT=  limitw:1,even

BUILD_DEPENDS=  gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
LIB_DEPENDS=    libicui18n.so:devel/icu \
        libical.so:devel/libical \
        libsecret-1.so:security/libsecret \
        libsoup-2.4.so:devel/libsoup \
        libgoa-1.0.so:net/gnome-online-accounts
RUN_DEPENDS=    gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas

USES=       desktop-file-utils gettext gmake gnome libtool localbase \
        pathfix pkgconfig tar:xz
USE_LDCONFIG=   yes
INSTALLS_ICONS= yes
USE_GNOME=  cairo evolutiondataserver3 intltool
GNU_CONFIGURE=  yes

GLIB_SCHEMAS=   org.gnome.calendar.enums.xml \
        org.gnome.calendar.gschema.xml

.include <bsd.port.mk>