summaryrefslogtreecommitdiffstats
path: root/audio/wmusic
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2000-10-11 23:30:09 +0000
committertrevor <trevor@FreeBSD.org>2000-10-11 23:30:09 +0000
commite9646fa2046c91604731adf9a034f78a036e71e8 (patch)
tree01cd2be753500d0c5bbf1f1ea2552a504774b536 /audio/wmusic
parentd0e7a96977490ffac6c151b6f954d2f175b2a6ea (diff)
downloadFreeBSD-ports-e9646fa2046c91604731adf9a034f78a036e71e8.zip
FreeBSD-ports-e9646fa2046c91604731adf9a034f78a036e71e8.tar.gz
Add WMusic, an applet for the Window Maker dock which works as a
remote control for xmms. I made some minor changes: - put maintainer's full name and e-mail address on Whom line - rearranged for new layout - removed unneeded patch - added maintainer's name and e-mail address to pkg-descr PR: 21597 Submitted by: Eric Melville <eric@osd.bsdi.com> Approved by: maintainer
Diffstat (limited to 'audio/wmusic')
-rw-r--r--audio/wmusic/Makefile29
-rw-r--r--audio/wmusic/distinfo1
-rw-r--r--audio/wmusic/pkg-comment1
-rw-r--r--audio/wmusic/pkg-descr6
-rw-r--r--audio/wmusic/pkg-plist1
5 files changed, 38 insertions, 0 deletions
diff --git a/audio/wmusic/Makefile b/audio/wmusic/Makefile
new file mode 100644
index 0000000..4cfd266
--- /dev/null
+++ b/audio/wmusic/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: wmusic
+# Date created: 16 September 2000
+# Whom: Eric Melville <eric@osd.bsdi.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= wmusic
+PORTVERSION= 1.2.3
+CATEGORIES= audio windowmaker
+MASTER_SITES= http://hadess.free.fr/files/
+
+MAINTAINER= eric@osd.bsdi.com
+
+LIB_DEPENDS= dockapp.1:${PORTSDIR}/x11-wm/libdockapp
+BUILD_DEPENDS= xmms:${PORTSDIR}/audio/xmms
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${X11BASE} \
+ --x-includes=${X11BASE}/include \
+ --x-libraries=${X11BASE}/lib
+CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
+ LDFLAGS="-L${X11BASE}/lib"
+
+USE_GLIB= yes
+USE_GTK= yes
+USE_X_PREFIX= yes
+
+.include <bsd.port.mk>
diff --git a/audio/wmusic/distinfo b/audio/wmusic/distinfo
new file mode 100644
index 0000000..d27fae4
--- /dev/null
+++ b/audio/wmusic/distinfo
@@ -0,0 +1 @@
+MD5 (wmusic-1.2.3.tar.gz) = 9cb81991e5922868e76feebf4775ccc5
diff --git a/audio/wmusic/pkg-comment b/audio/wmusic/pkg-comment
new file mode 100644
index 0000000..8a43363
--- /dev/null
+++ b/audio/wmusic/pkg-comment
@@ -0,0 +1 @@
+WindowMaker dockable remote for xmms
diff --git a/audio/wmusic/pkg-descr b/audio/wmusic/pkg-descr
new file mode 100644
index 0000000..486c38e
--- /dev/null
+++ b/audio/wmusic/pkg-descr
@@ -0,0 +1,6 @@
+This WindowMaker-dockable program is a simple remote control for xmms. It
+can be configured to start and hide xmms on its startup, completely replacing
+the interface for xmms if desired.
+
+Eric Melville
+eric@osd.bsdi.com
diff --git a/audio/wmusic/pkg-plist b/audio/wmusic/pkg-plist
new file mode 100644
index 0000000..f785fd1
--- /dev/null
+++ b/audio/wmusic/pkg-plist
@@ -0,0 +1 @@
+bin/wmusic
OpenPOWER on IntegriCloud