Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates. Update evolution suite to 3.12.9. Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3]. PR: 195290 [1], 195289 [2], 195455 [3] Obtained from: gnome devel repo
28 lines
836 B
Makefile
28 lines
836 B
Makefile
# Created by: Gustau Perez <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/net/gnome-online-miners/Makefile 19966 2014-10-16 06:32:52Z gusi $
|
|
|
|
PORTNAME= gnome-online-miners
|
|
PORTVERSION= 3.14.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Crawls through your online content
|
|
|
|
LIB_DEPENDS= libgdata.so:${PORTSDIR}/devel/libgdata \
|
|
libtracker-control-1.0.so:${PORTSDIR}/sysutils/tracker \
|
|
libgfbgraph-0.2.so:${PORTSDIR}/net/gfbgraph \
|
|
libzapojit-0.0.so:${PORTSDIR}/net/libzapojit \
|
|
libgrilo-0.2.so:${PORTSDIR}/net/grilo
|
|
|
|
USES= gettext gmake libtool pathfix pkgconfig tar:xz
|
|
USE_GNOME= intlhack introspection:build
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALLS_ICONS= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|