# New ports collection makefile for:	mpdscribble
# Date created:		July 13 2006
# Whom:			Stepan Zastupov [RedChrom] <redchrom@gmail.com>
#
# $FreeBSD: ports/audio/mpdscribble/Makefile,v 1.3 2006/08/08 18:13:48 novel Exp $
#

PORTNAME=	mpdscribble
PORTVERSION=	0.2.10
CATEGORIES=	audio
MASTER_SITES=	http://www.frob.nl/projects/scribble/

MAINTAINER=	redchrom@gmail.com
COMMENT=	Mpd last.fm client

LIB_DEPENDS=	soup:${PORTSDIR}/devel/libsoup

GNU_CONFIGURE=	yes

MAN1=		mpdscribble.1
PLIST_FILES=	bin/mpdscribble

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN=		does not build on 4.x
.endif

.include <bsd.port.post.mk>
