Tweak multimedia/gstreamer version 0.10.36_5
[dports.git] / multimedia / snappy / Makefile
1 # Created by: Gustau Perez <gustau.perez@gmail.com>
2 # $FreeBSD$
3 #   $MCom: ports/trunk/multimedia/snappy/Makefile 19571 2014-04-25 18:12:46Z kwm $
4
5 PORTNAME=       snappy
6 PORTVERSION=    1.0
7 PORTREVISION=   1
8 CATEGORIES=     multimedia gnome
9 MASTER_SITES=   GNOME
10 DIST_SUBDIR=    gnome3
11 PKGNAMESUFFIX=  player
12
13 MAINTAINER=     gnome@FreeBSD.org
14 COMMENT=        Open source gstreamer media player
15
16 LIB_DEPENDS=    libclutter-gst-2.0.so:multimedia/clutter-gst \
17                 libclutter-1.0.so:graphics/clutter \
18                 libclutter-gtk-1.0.so:graphics/clutter-gtk3
19
20 USES=           desktop-file-utils gettext gmake pathfix \
21                 pkgconfig tar:xz
22 USE_GNOME=      gnomeprefix gtk30 intlhack
23 USE_LDCONFIG=   yes
24 GNU_CONFIGURE=  yes
25 USE_GSTREAMER1= yes
26 INSTALLS_ICONS= yes
27 CPPFLAGS+=      -I${LOCALBASE}/include
28 LDFLAGS+=       -L${LOCALBASE}/lib
29
30 .include <bsd.port.mk>