summaryrefslogtreecommitdiffstats
path: root/net/grilo-plugins/Makefile
blob: 76956e9c44f3ca52cff080ea0a8fa8c4634099f7 (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
36
37
# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
# $FreeBSD$
#   $MCom$

PORTNAME=   grilo-plugins
PORTVERSION=    0.2.12
PORTREVISION=   2
CATEGORIES= net
MASTER_SITES=   GNOME

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Plugins for net/grilo

BUILD_DEPENDS=  itstool:${PORTSDIR}/textproc/itstool
LIB_DEPENDS=    libgrilo-0.2.so:${PORTSDIR}/net/grilo \
        libgdata.so:${PORTSDIR}/devel/libgdata

USES=       gettext gmake libtool:keepla pathfix pkgconfig tar:xz
USE_LDCONFIG=   yes
USE_GNOME=  glib20 gnomehier intlhack libxml2 
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --enable-youtube \
        --enable-vimeo \
        --enable-freebox \
        --enable-tmbd \
        --disable-upnp
CPPFLAGS+=  -I${LOCALBASE}/include -I${LOCALBASE}/include/grilo-0.2/
LDFLAGS+=   -L${LOCALBASE}/lib

OPTIONS_SUB=            yes
OPTIONS_DEFINE=                 TRACKER
OPTIONS_DEFAULT=                TRACKER
TRACKER_CONFIGURE_ENABLE=   migration
TRACKER_LIB_DEPENDS=        libtracker-sparql-1.0.so:${PORTSDIR}/sysutils/tracker
TRACKER_DESC=           Tracker support for grilo (used by gnome-music and possibly others)

.include <bsd.port.mk>