2012-12-16 21:59:35 +01:00
|
|
|
|
# Created by: Bernhard Fr<46>hlich <decke@bluelife.at>
|
2008-06-29 13:10:29 +02:00
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
|
|
PORTNAME= vagalume
|
2014-02-21 16:06:46 +01:00
|
|
|
|
PORTVERSION= 0.8.6
|
2016-12-08 18:01:31 +01:00
|
|
|
|
PORTREVISION= 2
|
2008-06-29 13:10:29 +02:00
|
|
|
|
CATEGORIES= audio
|
2017-10-13 11:06:37 +02:00
|
|
|
|
MASTER_SITES= http://vagalume.igalia.com/files/source/
|
2008-06-29 13:10:29 +02:00
|
|
|
|
|
2016-01-12 16:15:29 +01:00
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2016-01-14 10:38:26 +01:00
|
|
|
|
COMMENT= GTK+-based client for the Last.fm online radio
|
|
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2008-06-29 13:10:29 +02:00
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
|
LIB_DEPENDS= libxml2.so:textproc/libxml2 \
|
|
|
|
|
libcurl.so:ftp/curl
|
2008-06-29 13:10:29 +02:00
|
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-10-18 13:40:34 +02:00
|
|
|
|
USES= gmake pkgconfig desktop-file-utils
|
2015-08-02 22:23:55 +02:00
|
|
|
|
USE_GNOME= gtk20 intltool
|
2009-12-14 23:31:10 +01:00
|
|
|
|
USE_GSTREAMER= good mad gconf
|
2008-06-29 13:10:29 +02:00
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
|
|
2012-12-16 21:59:35 +01:00
|
|
|
|
OPTIONS_DEFINE= DBUS TRAY NLS GCONF
|
|
|
|
|
OPTIONS_DEFAULT= DBUS TRAY
|
2017-11-21 09:36:26 +01:00
|
|
|
|
OPTIONS_SUB= yes
|
2012-12-16 21:59:35 +01:00
|
|
|
|
TRAY_DESC= Tray icon and libnotify support
|
2008-06-29 13:10:29 +02:00
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
|
DBUS_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib
|
2013-10-18 13:40:34 +02:00
|
|
|
|
DBUS_CONFIGURE_ON= --enable-dbus --enable-im-status
|
|
|
|
|
DBUS_CONFIGURE_OFF= --disable-dbus --disable-im-status
|
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
|
TRAY_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libnotify.pc:devel/libnotify
|
|
|
|
|
TRAY_LIB_DEPENDS= libnotify.so:devel/libnotify
|
2013-10-18 13:40:34 +02:00
|
|
|
|
TRAY_CONFIGURE_ENABLE= tray-icon
|
|
|
|
|
|
2015-08-19 15:29:59 +02:00
|
|
|
|
NLS_USES= gettext
|
2016-01-14 10:38:26 +01:00
|
|
|
|
NLS_CPPFLAGS= -I${LOCALBASE}/include
|
|
|
|
|
NLS_LDFLAGS= -L${LOCALBASE}/lib
|
2015-08-19 15:29:59 +02:00
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
2016-01-14 10:38:26 +01:00
|
|
|
|
NLS_USES_OFF= gettext-tools
|
2008-06-29 13:10:29 +02:00
|
|
|
|
|
2016-01-14 10:38:26 +01:00
|
|
|
|
GCONF_USE= GNOME=gconf2
|
2015-08-19 15:29:59 +02:00
|
|
|
|
GCONF_CONFIGURE_ENABLE= gconf
|
2008-06-29 13:10:29 +02:00
|
|
|
|
|
2008-09-07 18:21:01 +02:00
|
|
|
|
post-patch:
|
|
|
|
|
@${REINPLACE_CMD} -e 's|serviceentrydir = @serviceentrydir@|serviceentrydir = ${PREFIX}/share/dbus-1/services|' \
|
|
|
|
|
${WRKSRC}/Makefile.in
|
2016-01-14 10:38:26 +01:00
|
|
|
|
|
2015-08-19 15:29:59 +02:00
|
|
|
|
post-patch-NLS-off:
|
2009-12-22 10:50:38 +01:00
|
|
|
|
@${REINPLACE_CMD} -e 's|SUBDIRS = src po|SUBDIRS = src|' \
|
|
|
|
|
${WRKSRC}/Makefile.in
|
2008-09-07 18:21:01 +02:00
|
|
|
|
|
2013-10-18 13:40:34 +02:00
|
|
|
|
post-install:
|
2016-01-14 10:38:26 +01:00
|
|
|
|
${INSTALL_DATA} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps
|
2013-10-18 13:40:34 +02:00
|
|
|
|
|
2012-12-16 21:59:35 +01:00
|
|
|
|
.include <bsd.port.mk>
|