4dd58455fb
This gmpc plugin can fetch the cover art for your music from Amazon. tested & ok by jasper@
37 lines
864 B
Makefile
37 lines
864 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/30 23:38:43 bernd Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "Amazon cover art provider for gmpc"
|
|
|
|
DISTNAME= gmpccaa-0.1.0
|
|
CATEGORIES= audio
|
|
|
|
HOMEPAGE= http://cms.qballcow.nl/index.php?page=Plugins
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://download.qballcow.nl/programs/gmpc-0.13/Plugins/
|
|
|
|
WANTLIB= X11 Xext Xrender atk-1.0 cairo crypto fontconfig \
|
|
freetype glib-2.0 glitz gmodule-2.0 gobject-2.0 \
|
|
gthread-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
|
png ssl z
|
|
|
|
MODULES= devel/gettext
|
|
RUN_DEPENDS= ::audio/gmpc
|
|
LIB_DEPENDS= xml2.>=9::textproc/libxml \
|
|
mpd.>=0::audio/libmpd \
|
|
curl.>=3::net/curl \
|
|
gdk_pixbuf-2.0,gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
.include <bsd.port.mk>
|