2008-09-30 13:51:52 +02:00
|
|
|
# New ports collection makefile for: gmpc-lyricwiki
|
|
|
|
# Date created: September 30 2008
|
|
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gmpc-lyricwiki
|
2009-09-25 19:57:53 +02:00
|
|
|
PORTVERSION= 0.19.0
|
2008-09-30 13:51:52 +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/
|
2008-09-30 13:51:52 +02:00
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
|
|
COMMENT= A Lyricswiki Provider plugin for gmpc
|
|
|
|
|
|
|
|
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
|
2009-01-23 16:43:14 +01:00
|
|
|
curl.5:${PORTSDIR}/ftp/curl
|
2008-09-30 13:51:52 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
|
|
|
|
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_XORG= x11
|
2009-09-25 19:57:53 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnomehack intltool
|
2008-09-30 13:51:52 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|