freebsd-ports/deskutils/gnome-photos/Makefile
Koop Mast d129587b5d The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/

Upgrade instructions for port users:

Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:		201980
2015-08-05 19:13:24 +00:00

39 lines
1.2 KiB
Makefile

# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$
PORTNAME= gnome-photos
PORTVERSION= 3.16.2
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Photo application for GNOME 3
BUILD_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue \
itstool:${PORTSDIR}/textproc/itstool
LIB_DEPENDS= libexempi.so:${PORTSDIR}/textproc/exempi \
libgfbgraph-0.2.so:${PORTSDIR}/net/gfbgraph \
libgegl-0.3.so:${PORTSDIR}/graphics/gegl3 \
libgrilo-0.2.so:${PORTSDIR}/net/grilo \
libexif.so:${PORTSDIR}/graphics/libexif \
libtracker-control-1.0.so:${PORTSDIR}/sysutils/tracker \
libgjs.so:${PORTSDIR}/lang/gjs \
libbabl-0.1.so:${PORTSDIR}/x11/babl \
libgdata.so:${PORTSDIR}/devel/libgdata
RUN_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue
PORTSCOUT= limitw:1,even
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= gnomedesktop3 gtk30 intlhack
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include -Wno-error=format-nonliteral
CFLAGS= -I${LOCALBASE}/include -Wno-error=format-nonliteral
LIBS+= -L${LOCALBASE}/lib
GLIB_SCHEMAS= org.gnome.photos.gschema.xml
.include <bsd.port.mk>