2013-08-31 01:01:05 +02:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2007-09-16 11:16:14 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gmpc-lastfm
|
2011-01-26 16:38:49 +01:00
|
|
|
PORTVERSION= 0.20.0
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 2
|
2007-09-16 11:16:14 +02:00
|
|
|
CATEGORIES= audio
|
2009-08-14 11:14:01 +02:00
|
|
|
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
|
|
|
|
http://freebsd.unixfreunde.de/sources/
|
2009-02-03 10:03:44 +01:00
|
|
|
DISTNAME= gmpc-last-fm-${PORTVERSION}
|
2007-09-16 11:16:14 +02:00
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2011-01-26 16:38:49 +01:00
|
|
|
COMMENT= Last.FM metadata fetcher plugin for gmpc
|
2007-09-16 11:16:14 +02:00
|
|
|
|
2013-12-11 15:35:36 +01:00
|
|
|
LIB_DEPENDS= libmpd.so:${PORTSDIR}/audio/libmpd
|
2007-09-16 11:16:14 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
|
2008-09-30 13:35:17 +02:00
|
|
|
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
|
2007-09-16 11:16:14 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-08-31 01:01:05 +02:00
|
|
|
USE_GNOME= glib20 gtk20 intltool libxml2
|
2013-09-20 16:36:35 +02:00
|
|
|
NO_STAGE= yes
|
2013-08-31 01:01:05 +02:00
|
|
|
USES= gettext gmake pathfix pkgconfig
|
2007-09-16 11:16:14 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|