summaryrefslogtreecommitdiffstats
path: root/net/grilo-plugins/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-04-26 02:12:46 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-04-26 02:12:46 +0800
commitdfc30719d9758d9e6b3e06963e4bf5175ae16825 (patch)
tree3c84ec64b1dd1a9a2618a75efa664a18033890bd /net/grilo-plugins/Makefile
parentd0d9889c61e774a633eda7b5bce0688ca50d1ac8 (diff)
downloadmarcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.gz
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.bz2
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.lz
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.xz
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.zst
marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.zip
Update MC-ports to GNOME 3.12.
Dragons beware! Although most of them should be sleeping. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19571 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/grilo-plugins/Makefile')
-rw-r--r--net/grilo-plugins/Makefile23
1 files changed, 17 insertions, 6 deletions
diff --git a/net/grilo-plugins/Makefile b/net/grilo-plugins/Makefile
index 59d10643d..cb9d5cd75 100644
--- a/net/grilo-plugins/Makefile
+++ b/net/grilo-plugins/Makefile
@@ -1,23 +1,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.3
+PORTVERSION= 0.2.12
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Plugins for net/grilo
-LIB_DEPENDS= grilo-0.2:${PORTSDIR}/net/grilo
+BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
+LIB_DEPENDS= libgrilo-0.2.so:${PORTSDIR}/net/grilo
-USES= gettext gmake pathfix pkgconfig
-USE_XZ= yes
-USE_AUTOTOOLS= libtool
+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
+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>