diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-12-09 20:30:09 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-12-09 20:30:09 +0000 |
commit | 8e6dbf069955d093a0e9a5f091234095951bf7b8 (patch) | |
tree | e0650a78ee573fa6903978647b37dc3b79c9778b /deskutils/orage/Makefile | |
parent | a896ca76f71fd09c48eb7e600dfd1afccea3c79d (diff) |
Notes
Diffstat (limited to 'deskutils/orage/Makefile')
-rw-r--r-- | deskutils/orage/Makefile | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile index efe8074aa090..9b065a17ed92 100644 --- a/deskutils/orage/Makefile +++ b/deskutils/orage/Makefile @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= orage -PORTVERSION= 4.8.4 -PORTREVISION= 1 +PORTVERSION= 4.10.0 CATEGORIES= deskutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org -COMMENT= Calendar application to manage your time with Xfce 4 +COMMENT= Calendar application for the Xfce Desktop -LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt +LICENSE= GPLv2 + +LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib GNU_CONFIGURE= yes INSTALLS_ICONS= yes @@ -23,10 +25,12 @@ USE_XFCE= configenv libmenu panel USE_XORG= xext xrender xinerama xi xrandr xcursor xcomposite xdamage x11 \ xfixes LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= BDB ICAL DBUS NOTIFY -OPTIONS_DEFAULT= DBUS NOTIFY +OPTIONS_DEFINE= BDB ICAL NOTIFY +OPTIONS_DEFAULT= NOTIFY + +ICAL_DESC= iCalendar support -ICAL_DESC= libical support +CONFIGURE_ARGS= --enable-dbus .include <bsd.port.options.mk> @@ -50,15 +54,6 @@ CONFIGURE_ARGS+=--disable-libical PLIST_SUB+= WITH_ICAL="" .endif -.if ${PORT_OPTIONS:MDBUS} -LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib -CONFIGURE_ARGS+=--enable-dbus -PLIST_SUB+= DBUS="" -.else -CONFIGURE_ARGS+=--disable-dbus -PLIST_SUB+= DBUS="@comment " -.endif - .if ${PORT_OPTIONS:MNOTIFY} LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify CONFIGURE_ARGS+=--enable-libnotify |