From 47feb5cddf0572f25743fa3a409ad6e81736b782 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 16 Sep 2007 09:17:50 +0000 Subject: This plugin fetches lyrics from the internet. It uses the following websites as sources: * LyricWiki * LeosLyrics * Lyrics Tracker WWW: http://sarine.nl/gmpc-plugins --- audio/gmpc-lyrics/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 audio/gmpc-lyrics/Makefile (limited to 'audio/gmpc-lyrics/Makefile') diff --git a/audio/gmpc-lyrics/Makefile b/audio/gmpc-lyrics/Makefile new file mode 100644 index 000000000000..2bb28666f1de --- /dev/null +++ b/audio/gmpc-lyrics/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: gmpc-lyrics +# Date created: September 14 2007 +# Whom: Martin Wilke +# +# $FreeBSD$ +# + +PORTNAME= gmpc-lyrics +PORTVERSION= 0.15.0 +CATEGORIES= audio +MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION}/plugins/ + +MAINTAINER= miwi@FreeBSD.org +COMMENT= A Lyrics Provider plugin for gmpc + +LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \ + curl.4:${PORTSDIR}/ftp/curl +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc +RUN_DEPEND= gmpc:${PORTSDIR}/audio/gmpc + +GNU_CONFIGURE= yes +USE_XLIB= yes +USE_GNOME= gnomehack + +.include -- cgit v1.2.3