- Bump PORTREVISION in all consumers - mail/claws-mail-vcalendar now builds, remove IGNORE - Mark devel/libical-glib as BROKEN Release Highlights WARNING: Version 2 IS NOT Binary Compatible with Older Versions Version 2 is Source Compatible with Older Versions Lots of source code scrubbing [New] RSCALE support (requires libicu from http://www.icu-project.org) [New] CalDAV attachment support (draft-daboo-caldav-attachments) [New] Resurrect the Berkeley DB storage support [Bug] issue83: Incorrect recurrence generation for weekly pattern Handle RRULEs better Handle threading better PR: 218711 Submitted by: myself Approved by: maintainer timeout
42 lines
997 B
Makefile
42 lines
997 B
Makefile
# Created by: Matt Lancereau <matt@rimasec.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= orage
|
|
PORTVERSION= 4.12.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= deskutils xfce
|
|
MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}/
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Calendar application for the Xfce Desktop
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libpopt.so:devel/popt \
|
|
libdbus-glib-1.so:devel/dbus-glib \
|
|
libical.so:devel/libical
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
USES= pkgconfig libtool gettext desktop-file-utils gmake \
|
|
xfce tar:bzip2
|
|
USE_GNOME= gtk20 intltool intlhack
|
|
USE_XFCE= panel
|
|
|
|
OPTIONS_DEFINE= NOTIFY
|
|
OPTIONS_DEFAULT= NOTIFY
|
|
NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
|
|
NOTIFY_CONFIGURE_ENABLE= libnotify
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include/libical
|
|
|
|
CONFIGURE_ARGS= --enable-dbus
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|(datadir)/orage/doc/C|(datadir)/doc/orage/C|' \
|
|
${WRKSRC}/doc/C/Makefile.in \
|
|
${WRKSRC}/doc/C/images/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|