1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/mail/geary/Makefile
Koop Mast f782153658 Mini gnome update. Next stop GNOME 3.16!
Update rhythmbox to 3.2.
Update gnome-tweak-tool to 3.14.3.
Update gnome-mines to 3.14.2.
Update eog to 3.14.4.
Update geary to 0.10.0.
Update tracker to 1.2.6.
Update gdm to 3.14.2.
Update gtk30 to 3.14.12.
Update gtksourceview3 to 3.14.4.

Obtained from:	GNOME dev repo
2015-04-10 12:50:09 +00:00

41 lines
1.1 KiB
Makefile

# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$
# $MCom: ports/trunk/mail/geary/Makefile 20050 2014-11-10 09:22:41Z gusi $
PORTNAME= geary
PORTVERSION= 0.10.0
CATEGORIES= mail gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Mail client for GNOME 3
BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala \
bash:${PORTSDIR}/shells/bash
LIB_DEPENDS= libgmime-2.6.so:${PORTSDIR}/mail/gmime26 \
libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \
libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \
libnotify.so:${PORTSDIR}/devel/libnotify \
libgee-0.8.so:${PORTSDIR}/devel/libgee \
libgcr-3.so:${PORTSDIR}/security/gcr
USES= cmake desktop-file-utils gettext gmake \
libtool pathfix pkgconfig shebangfix tar:xz
USE_GNOME= gnomedocutils gnomeprefix gtk30 intlhack
SHEBANG_FILES= desktop/geary-attach
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GLIB_SCHEMAS= org.yorba.geary.gschema.xml
post-patch:
@${REINPLACE_CMD} -e 's|abort $$option||g' \
${WRKSRC}/configure
.include <bsd.port.mk>