blob: 2ee78b7ce48422e74105cb3f4ce00349c83dcf66 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
# $FreeBSD$
# $MCom: ports/trunk/x11-fm/sushi/Makefile 19578 2014-04-25 21:50:30Z kwm $
PORTNAME= sushi
PORTVERSION= 3.12.0
PORTREVISION= 2
CATEGORIES= x11-fm gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Tool similar to Gloobus Preview that provides quick file previews
LIB_DEPENDS= libgcr-3.so:${PORTSDIR}/security/gcr \
libgjs.so:${PORTSDIR}/lang/gjs \
libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 \
libclutter-gst-2.0.so:${PORTSDIR}/multimedia/clutter-gst \
libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \
libmusicbrainz5.so:${PORTSDIR}/audio/libmusicbrainz5 \
libevdocument3.so:${PORTSDIR}/graphics/evince
RUN_DEPENDS= nautilus:${PORTSDIR}/x11-fm/nautilus
USES= gettext gmake libtool pathfix pkgconfig tar:xz
INSTALLS_ICONS= yes
USE_GNOME= gnomeprefix gtksourceview3 intlhack introspection:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.gnome.sushi.gschema.xml
.include <bsd.port.mk>
|