blob: cb9d5cd7510482df0dd1d8b64e4bbfe342d528cf (
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
|
# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
# $FreeBSD$
# $MCom: ports-experimental/trunk/net/grilo-plugins/Makefile 19450 2014-04-05 11:31:57Z gusi $
PORTNAME= grilo-plugins
PORTVERSION= 0.2.12
PORTREVISION= 1
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
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
USE_GNOME= glib20 gnomehier intlhack libxml2 ltverhack
GNU_CONFIGURE= yes
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)
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/grilo-0.2/libgrl*.so
.include <bsd.port.mk>
|