diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-11 23:30:09 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-11 23:30:09 +0000 |
commit | cd756a963ddfd59f83deca797b9b8d54f79f2a1a (patch) | |
tree | 55b3a0a31119d04a94cfb81963c8e7c7acb59eb0 /audio/wmusic | |
parent | 1d710016d9eae4050df29cabe1cb01c82f717ca5 (diff) |
Notes
Diffstat (limited to 'audio/wmusic')
-rw-r--r-- | audio/wmusic/Makefile | 29 | ||||
-rw-r--r-- | audio/wmusic/distinfo | 1 | ||||
-rw-r--r-- | audio/wmusic/pkg-comment | 1 | ||||
-rw-r--r-- | audio/wmusic/pkg-descr | 6 | ||||
-rw-r--r-- | audio/wmusic/pkg-plist | 1 |
5 files changed, 38 insertions, 0 deletions
diff --git a/audio/wmusic/Makefile b/audio/wmusic/Makefile new file mode 100644 index 000000000000..4cfd2666a6ab --- /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 000000000000..d27fae4672e6 --- /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 000000000000..8a4336380ddc --- /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 000000000000..486c38e9b81b --- /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 000000000000..f785fd191a96 --- /dev/null +++ b/audio/wmusic/pkg-plist @@ -0,0 +1 @@ +bin/wmusic |