diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-28 21:06:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-28 21:06:48 +0000 |
commit | c063d17f65c3ad87992093308de41c582cd5e17e (patch) | |
tree | 02eb500b9ccac5118b4f8ab7490f863a5a29251a /audio/wmalbum | |
parent | 400315c15849b4cda1c15d3c48848986866e61b7 (diff) | |
download | ports-c063d17f65c3ad87992093308de41c582cd5e17e.tar.gz ports-c063d17f65c3ad87992093308de41c582cd5e17e.zip |
Notes
Diffstat (limited to 'audio/wmalbum')
-rw-r--r-- | audio/wmalbum/Makefile | 29 | ||||
-rw-r--r-- | audio/wmalbum/distinfo | 2 | ||||
-rw-r--r-- | audio/wmalbum/pkg-descr | 8 |
3 files changed, 39 insertions, 0 deletions
diff --git a/audio/wmalbum/Makefile b/audio/wmalbum/Makefile new file mode 100644 index 000000000000..8b77b91121d1 --- /dev/null +++ b/audio/wmalbum/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: wmalbum +# Date created: 2005-01-27 +# Whom: lx@redundancy.redundancy.org +# +# $FreeBSD$ +# + +PORTNAME= wmalbum +PORTVERSION= 0.1.5 +CATEGORIES= audio windowmaker +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= wmalbum + +MAINTAINER= lx@redundancy.redundancy.org +COMMENT= A dockapp to display album covers for xmms + +LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ + gdk_pixbuf_xlib.2:${PORTSDIR}/graphics/gdk-pixbuf + +GNU_CONFIGURE= yes + +MAN1= wmalbum.1 +PLIST_FILES= bin/wmalbum + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/wmalbum/wmalbum ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/wmalbum.1 ${MANPREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/audio/wmalbum/distinfo b/audio/wmalbum/distinfo new file mode 100644 index 000000000000..3b4d6e21d20d --- /dev/null +++ b/audio/wmalbum/distinfo @@ -0,0 +1,2 @@ +MD5 (wmalbum-0.1.5.tar.gz) = b59e76bceda08cc9c8290d42675e891a +SIZE (wmalbum-0.1.5.tar.gz) = 157369 diff --git a/audio/wmalbum/pkg-descr b/audio/wmalbum/pkg-descr new file mode 100644 index 000000000000..3857cf10780c --- /dev/null +++ b/audio/wmalbum/pkg-descr @@ -0,0 +1,8 @@ +WMalbum is a dock applet that displays album covers for songs being +played by XMMS. You must already have images of the album covers stored +near the file being played. WMAlbum provides a handy circular menu +for play/skip/etc, and can replace wmxmms. Although dock applets are +designed for the WindowMaker window manager, they also work in other +window managers including openbox and blackbox. + +WWW: http://wmalbum.sourceforge.net/ |