From ea0a0bde1ca760068c9eaeb13dbf6c727c357722 Mon Sep 17 00:00:00 2001 From: wilfried Date: Sat, 26 Jan 2002 14:14:53 +0000 Subject: [PATCH] install documentation and sample file, from maintainer: Han Boetes --- audio/wmix/Makefile | 14 +++++++++++++- audio/wmix/pkg/DESCR | 5 +++-- audio/wmix/pkg/PLIST | 6 +++++- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/audio/wmix/Makefile b/audio/wmix/Makefile index fabf647e95f..2aec3228179 100644 --- a/audio/wmix/Makefile +++ b/audio/wmix/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2002/01/24 13:47:13 wilfried Exp $ +# $OpenBSD: Makefile,v 1.2 2002/01/26 14:14:53 wilfried Exp $ COMMENT= 'wm-dockapp; audio mixer' @@ -23,4 +23,16 @@ NO_REGRESS= Yes ALL_TARGET= wmix +DOCS= README +DOCDIR= ${PREFIX}/share/doc/wmix +SAMPLES= sample.wmixrc +SAMPLE_DIR= ${PREFIX}/share/examples/wmix +SUBST_VARS+= SAMPLE_DIR + +post-install: + ${INSTALL_DATA_DIR} ${DOCDIR} ${SAMPLE_DIR} + cd ${WRKSRC} && \ + ${INSTALL_DATA} ${DOCS} ${DOCDIR} && \ + ${INSTALL_DATA} ${SAMPLES} ${SAMPLE_DIR} + .include diff --git a/audio/wmix/pkg/DESCR b/audio/wmix/pkg/DESCR index b7b5953a185..0992d4d9a58 100644 --- a/audio/wmix/pkg/DESCR +++ b/audio/wmix/pkg/DESCR @@ -1,6 +1,7 @@ This is an audio mixer that can run within the Window Maker "Dock" -or Aftersteps Wharf. +or Aftersteps Wharf. Fluxbox also supports this app. -You can configure wmmixer by using a ~/.wmixrc file. +You can configure wmmixer by using a ~/.wmixrc file. You can find +a sample rc file in ${SAMPLE_DIR}. WWW: ${HOMEPAGE} diff --git a/audio/wmix/pkg/PLIST b/audio/wmix/pkg/PLIST index 176e6435757..b837e1e220b 100644 --- a/audio/wmix/pkg/PLIST +++ b/audio/wmix/pkg/PLIST @@ -1,3 +1,7 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2002/01/24 13:47:13 wilfried Exp $ +@comment $OpenBSD: PLIST,v 1.2 2002/01/26 14:14:54 wilfried Exp $ bin/wmix man/man1/wmix.1 +share/doc/wmix/README +share/examples/wmix/sample.wmixrc +@dirrm share/examples/wmix +@dirrm share/doc/wmix