summaryrefslogtreecommitdiffstats
path: root/multimedia/snappy/Makefile
blob: 7cebfcd1b9227db1a70a005f20a367f5f79d9a51 (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
# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$
#   $MCom$

PORTNAME=   snappy
PORTVERSION=    1.0
CATEGORIES= multimedia gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Open source gstreamer media player

LIB_DEPENDS=    libclutter-gst-2.0.so:${PORTSDIR}/multimedia/clutter-gst \
        libclutter-1.0.so:${PORTSDIR}/graphics/clutter \
        libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3

USES=       desktop-file-utils gettext gmake pathfix \
        pkgconfig tar:xz
USE_GNOME=  gnomeprefix gtk30 intlhack
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
USE_GSTREAMER1= yes
INSTALLS_ICONS= yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

.include <bsd.port.mk>