aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/gnome-calendar/Makefile
blob: 17172603ca50d7a8635add552dd775df1cc42aea (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
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$

PORTNAME=   gnome-calendar
PORTVERSION=    3.18.2.1
PORTREVISION=   5
CATEGORIES= deskutils gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

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

PORTSCOUT=  limitw:1,even

LIB_DEPENDS=    libical.so:devel/libical

USES=       gettext gmake gnome libtool pathfix pkgconfig tar:xz
USE_LDCONFIG=   yes
INSTALLS_ICONS= yes
USE_GNOME=  evolutiondataserver3 gtk30 intlhack \
        introspection
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

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

# for gcc 4.2.1
post-patch:
    @${REINPLACE_CMD} -e 's|-Wempty-body||g' \
        ${WRKSRC}/configure

.include <bsd.port.mk>