aboutsummaryrefslogtreecommitdiffstats
path: root/audio/vagalume/Makefile
blob: a31320342031e89ba1e68131211960fa348f83e8 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Created by: Bernhard Fröhlich <decke@bluelife.at>
# $FreeBSD$

PORTNAME=   vagalume
PORTVERSION=    0.8.6
PORTREVISION=   1
CATEGORIES= audio
MASTER_SITES=   http://vagalume.igalia.com/files/source/ \
        DEBIAN_POOL/pool/main/v/vagalume/

MAINTAINER= decke@FreeBSD.org
COMMENT=    A GTK+-based client for the Last.fm online radio

LIB_DEPENDS=    libxml2.so:${PORTSDIR}/textproc/libxml2 \
        libcurl.so:${PORTSDIR}/ftp/curl

GNU_CONFIGURE=  yes
USES=       gmake pkgconfig desktop-file-utils
USE_GNOME=  gtk20 intltool
USE_GSTREAMER=  good mad gconf
INSTALLS_ICONS= yes

OPTIONS_DEFINE= DBUS TRAY NLS GCONF
OPTIONS_DEFAULT=    DBUS TRAY
OPTIONS_SUB=    NLS DBUS
TRAY_DESC=  Tray icon and libnotify support


DBUS_LIB_DEPENDS=   libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
DBUS_CONFIGURE_ON=  --enable-dbus --enable-im-status
DBUS_CONFIGURE_OFF= --disable-dbus --disable-im-status

TRAY_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libnotify.pc:${PORTSDIR}/devel/libnotify
TRAY_LIB_DEPENDS=   libnotify.so:${PORTSDIR}/devel/libnotify
TRAY_CONFIGURE_ENABLE=  tray-icon

NLS_USES=       gettext
NLS_CPPFLAGS=   -I${LOCALBASE}/include
NLS_LDFLAGS=    -L${LOCALBASE}/lib
NLS_CONFIGURE_ENABLE=   nls

GCONF_USE=  GNOME=gconf2
GCONF_CONFIGURE_ENABLE= gconf
.endif

post-patch:
    @${REINPLACE_CMD} -e 's|serviceentrydir = @serviceentrydir@|serviceentrydir = ${PREFIX}/share/dbus-1/services|' \
        ${WRKSRC}/Makefile.in
post-patch-NLS-off:
    @${REINPLACE_CMD} -e 's|SUBDIRS = src po|SUBDIRS = src|' \
        ${WRKSRC}/Makefile.in

post-install:
    ${CP} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps

.include <bsd.port.mk>