blob: bc4d96d5c865e5ddd71c7727cf155b9f87ec0eec (
plain)
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
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnome-calendar
PORTVERSION= 3.18.2.1
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:${PORTSDIR}/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>
|