freebsd-ports/audio/mpdscribble/Makefile
Roman Bogorodskiy 44dd95b807 mpdscribble is a music player daemon client which
submits information about tracks being played to audioscrobbler.

WWW: http://www.frob.nl/scribble.html

PR:		ports/100195
Submitted by:	Stepan Zastupov [RedChrom] <redchrom at gmail.com>
2006-07-13 08:35:51 +00:00

23 lines
466 B
Makefile

# New ports collection makefile for: mpdscribble
# Date created: July 13 2006
# Whom: Stepan Zastupov [RedChrom] <redchrom@gmail.com>
#
# $FreeBSD$
#
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.mk>