diff options
author | agc <agc@pkgsrc.org> | 2002-06-21 15:33:55 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-06-21 15:33:55 +0000 |
commit | 2f5d8824d2133e9b823f5fd6034901ca70923b23 (patch) | |
tree | fd03b5f9f0f88bcce757329790692779826a8a70 /audio/wmsmixer | |
parent | 515e56567b8461fa44085d79e76ccc33fbef575d (diff) | |
download | pkgsrc-2f5d8824d2133e9b823f5fd6034901ca70923b23.tar.gz |
Initial import of wmsmixer-0.5 into the NetBSD Packages Collection.
Provided by Sergey Svishchev (svs@ropnet.ru) in PR 17277
WMsmixer is a hack to wmmixer which makes some changes to the
display and adds a few new features, most notably scrollwheel
support. It also includes a numeric volume indicator.
Diffstat (limited to 'audio/wmsmixer')
-rw-r--r-- | audio/wmsmixer/DESCR | 3 | ||||
-rw-r--r-- | audio/wmsmixer/Makefile | 25 | ||||
-rw-r--r-- | audio/wmsmixer/PLIST | 6 | ||||
-rw-r--r-- | audio/wmsmixer/distinfo | 4 |
4 files changed, 38 insertions, 0 deletions
diff --git a/audio/wmsmixer/DESCR b/audio/wmsmixer/DESCR new file mode 100644 index 00000000000..90fae2baf0e --- /dev/null +++ b/audio/wmsmixer/DESCR @@ -0,0 +1,3 @@ +WMsmixer is a hack to wmmixer which makes some changes to the +display and adds a few new features, most notably scrollwheel +support. It also includes a numeric volume indicator. diff --git a/audio/wmsmixer/Makefile b/audio/wmsmixer/Makefile new file mode 100644 index 00000000000..a742b172b7b --- /dev/null +++ b/audio/wmsmixer/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/21 15:33:55 agc Exp $ +# + +DISTNAME= wmsmixer-0.5 +CATEGORIES= audio +MASTER_SITES= http://www.hibernaculum.net/download/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.hibernaculum.net/wmsmixer.html +COMMENT= Another mixer designed for WindowMaker (dockapp) + +USE_IMAKE= YES +NO_INSTALL_MANPAGES= YES + +pre-build: + ${TOUCH} ${WRKSRC}/wmsmixer.man + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wmsmixer + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wmsmixer + ${INSTALL_DATA} ${WRKSRC}/home.wmsmixer ${PREFIX}/share/examples/wmsmixer + ${INSTALL_DATA} ${WRKSRC}/README.wmmixer ${PREFIX}/share/doc/wmsmixer/README.wmsmixer + +.include "../../graphics/xpm/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/wmsmixer/PLIST b/audio/wmsmixer/PLIST new file mode 100644 index 00000000000..b3bc87c7993 --- /dev/null +++ b/audio/wmsmixer/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/21 15:33:55 agc Exp $ +bin/wmsmixer +share/examples/wmsmixer/home.wmsmixer +share/doc/wmsmixer/README.wmsmixer +@dirrm share/examples/wmsmixer +@dirrm share/doc/wmsmixer diff --git a/audio/wmsmixer/distinfo b/audio/wmsmixer/distinfo new file mode 100644 index 00000000000..d54226c58a5 --- /dev/null +++ b/audio/wmsmixer/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/06/21 15:33:55 agc Exp $ + +SHA1 (wmsmixer-0.5.tar.gz) = 55cfd1293eac8c6abab20d4a64f3989993ff3e28 +Size (wmsmixer-0.5.tar.gz) = 26208 bytes |