bde1e4fa0b
(including patch to also show the total number of songs) Plugin for gmpc to display statistics about the mpd server. ok bernd@
33 lines
823 B
Makefile
33 lines
823 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/04/19 07:38:37 jasper Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "display mpd-server statistics, for gmpc"
|
|
|
|
VERSION= 0.14.0
|
|
DISTNAME= gmpc-serverstats-${VERSION}
|
|
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
|
|
WANTLIB= X11 Xau Xdmcp 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 gtk-x11-2.0 m mpd pango-1.0 \
|
|
pangocairo-1.0 pangoft2-1.0 png z
|
|
|
|
MASTER_SITES= http://download.sarine.nl/gmpc-${VERSION}/plugins/
|
|
|
|
MODULES= devel/gettext
|
|
RUN_DEPENDS= :gmpc->=${VERSION}:audio/gmpc
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|