5aa581a7cc
The GNOME Music Player Client is a GTK+ client for remote access, control and playlist management of the Music Player Daemon featuring ID3 Support and a tray icon for your notification area. The Magnatune plugin allows easy browsing and playback from the Magnatune.com catalog.
23 lines
664 B
Makefile
23 lines
664 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/06/15 21:24:53 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= gmpc-magnatune-0.20.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/0.20.0/ \
|
|
${MASTER_SITE_SOURCEFORGE:=musicpd/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://gmpc.wikia.com/wiki/GMPC_PLUGIN_MAGNATUNE
|
|
COMMENT= Magnatune plugin for GMPC
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= intltool msgfmt pkg-config
|
|
|
|
.include "../../audio/gmpc/buildlink3.mk"
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../databases/sqlite3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|