install documentation and sample file,
from maintainer: Han Boetes <han@mijncomputer.nl>
This commit is contained in:
parent
0e56313b73
commit
ea0a0bde1c
@ -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 <bsd.port.mk>
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user