openbsd-ports/audio/gmpc-lastfm/Makefile
landry e4a5f3b186 Import gmpc-lastfm, a plugin for gmpc which fetches artist images from
last.fm. This plugin doesn't scrobble your music, use a dedicated client
for this.

Ok jasper@
2007-12-16 20:36:58 +00:00

40 lines
968 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/12/16 20:36:58 landry Exp $
SHARED_ONLY= Yes
COMMENT= last.fm coverart provider for gmpc
VERSION= 0.15.5.0
DISTNAME= gmpc-last.fm-${VERSION}
PKGNAME= gmpc-lastfm-${VERSION}
CATEGORIES= audio
MAINTAINER= Landry Breuil <gaston@gcu.info>
HOMEPAGE= http://sarine.nl/gmpc-plugins-lastfm
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://download.sarine.nl/gmpc-${VERSION:S/.0//}/
MODULES= devel/gettext
USE_LIBTOOL= Yes
USE_X11= Yes
CONFIGURE_STYLE=gnu
RUN_DEPENDS= :gmpc->=${VERSION}:audio/gmpc
BUILD_DEPENDS= ${RUN_DEPENDS}
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig \
freetype gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 glitz \
gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 m mpd \
pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre png xml2 z
.include <bsd.port.mk>