freebsd-ports/net/grilo-plugins/Makefile
Koop Mast d129587b5d The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/

Upgrade instructions for port users:

Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:		201980
2015-08-05 19:13:24 +00:00

46 lines
1.5 KiB
Makefile

# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
# $FreeBSD$
PORTNAME= grilo-plugins
PORTVERSION= 0.2.14
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 \
libavahi-gobject.so:${PORTSDIR}/net/avahi-app \
libgdata.so:${PORTSDIR}/devel/libgdata
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
USE_GNOME= glib20 intlhack libxml2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-youtube \
--enable-vimeo \
--enable-freebox \
--enable-tmdb
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/grilo-0.2/
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
OPTIONS_SUB= yes
OPTIONS_DEFINE= TRACKER DLEYNA DMAP METADATA
OPTIONS_DEFAULT= TRACKER METADATA
TRACKER_DESC= Tracker support for grilo (used by gnome-music and possibly others)
TRACKER_CONFIGURE_ENABLE= tracker
TRACKER_LIB_DEPENDS= libtracker-sparql-1.0.so:${PORTSDIR}/sysutils/tracker
DMAP_DESC= DMAP (DAAP, DPAP & DACP) support with libdmapsharing
DMAP_CONFIGURE_ENABLE= dmap
DMAP_LIB_DEPENDS= libdmapsharing-3.0.so:${PORTSDIR}/net/libdmapsharing
DLEYNA_DESC= DLNA support for grilo
DLEYNA_CONFIGURE_ENABLE= dleyna
DLEYNA_LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup
METADATA_DESC= Enable Local-metadata plugin
METADATA_CONFIGURE_ENABLE= localmetadata
METADATA_LIB_DEPENDS= libmediaart-2.0.so:${PORTSDIR}/multimedia/libmediaart
.include <bsd.port.mk>