- Update XFCE Master sites list Submitted by: olivierd Reviewed by: mat Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D8416
50 lines
1.1 KiB
Makefile
50 lines
1.1 KiB
Makefile
# Created by: Matt Lancereau <matt@rimasec.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= orage
|
|
PORTVERSION= 4.12.1
|
|
PORTREVISION= 9
|
|
CATEGORIES= deskutils xfce
|
|
MASTER_SITES= XFCE/apps
|
|
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 \
|
|
libdbus-1.so:devel/dbus \
|
|
libical.so:devel/libical \
|
|
libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
USES= desktop-file-utils gettext gmake gnome libtool pkgconfig \
|
|
tar:bzip2 xfce
|
|
USE_GNOME= cairo gtk20 intlhack intltool
|
|
USE_XFCE= panel
|
|
USE_XORG= x11
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include/libical
|
|
CONFIGURE_ARGS= --enable-dbus
|
|
|
|
OPTIONS_DEFINE= NLS NOTIFY
|
|
OPTIONS_DEFAULT= NOTIFY
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
NLS_USES= gettext-runtime
|
|
|
|
NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
|
|
NOTIFY_CONFIGURE_ENABLE=libnotify
|
|
|
|
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>
|